diff options
Diffstat (limited to 'command/cp.c')
-rw-r--r-- | command/cp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/cp.c b/command/cp.c index 47a4ff0..4c65a51 100644 --- a/command/cp.c +++ b/command/cp.c @@ -197,7 +197,7 @@ static void cp_file(char* path) { pop_path_buffer_2(save2); } -COMMAND(cp) { +COMMAND(cp_main) { int start, i; struct stat s; |