diff options
Diffstat (limited to 'src/wc.c')
-rw-r--r-- | src/wc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ enum FILES0_FROM_OPTION = CHAR_MAX + 1 }; -static const struct option const longopts[] = +static struct option const longopts[] = { {"bytes", no_argument, NULL, 'c'}, {"chars", no_argument, NULL, 'm'}, |