diff options
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ void remove_dir(const char *path); void remove_file(const char *path); -void copy_files(const char *source, const char *dest); +void copy_files(const char *arg); void move_files(const char *source, const char *dest); |
