diff options
Diffstat (limited to 'command/sync.c')
-rw-r--r-- | command/sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/sync.c b/command/sync.c index 89ff86f..1e92866 100644 --- a/command/sync.c +++ b/command/sync.c @@ -63,7 +63,7 @@ static bool sync_file(char* path) { return ret; } -COMMAND(sync_cmd) { +COMMAND(sync_main) { int start, i, ret = EXIT_SUCCESS; |