diff options
Diffstat (limited to 'command/wc.c')
-rw-r--r-- | command/wc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/wc.c b/command/wc.c index 3150045..73ccce2 100644 --- a/command/wc.c +++ b/command/wc.c @@ -120,7 +120,7 @@ static int short_arg(char c, char* next) { return ARG_UNUSED; } -COMMAND(wc) { +COMMAND(wc_main) { int start, i; |