diff options
Diffstat (limited to 'command/chmod.c')
-rw-r--r-- | command/chmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/chmod.c b/command/chmod.c index ef4ec3d..eabb91c 100644 --- a/command/chmod.c +++ b/command/chmod.c @@ -190,7 +190,7 @@ end: return mode; } -COMMAND(chmod_cmd) { +COMMAND(chmod_main) { int start, i; |