diff options
Diffstat (limited to 'command/mv.c')
-rw-r--r-- | command/mv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/mv.c b/command/mv.c index 8f8f0c7..1bd3159 100644 --- a/command/mv.c +++ b/command/mv.c @@ -70,7 +70,7 @@ static void mv_dir(bool exists) { } } -COMMAND(mv) { +COMMAND(mv_main) { int start, dest, i; struct stat s; |