diff options
Diffstat (limited to 'command/rm.c')
-rw-r--r-- | command/rm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/rm.c b/command/rm.c index 9834a40..6cee3fc 100644 --- a/command/rm.c +++ b/command/rm.c @@ -110,7 +110,7 @@ static void rm_file(char* path) { pop_path_buffer(save); } -COMMAND(rm) { +COMMAND(rm_main) { int start, i; |