diff options
Diffstat (limited to 'src/head.c')
-rw-r--r-- | src/head.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/head.c b/src/head.c index 798dcae66..7a0e2ada9 100644 --- a/src/head.c +++ b/src/head.c @@ -82,7 +82,7 @@ enum PRESUME_INPUT_PIPE_OPTION = CHAR_MAX + 1 }; -static const struct option const long_options[] = +static struct option const long_options[] = { {"bytes", required_argument, NULL, 'c'}, {"lines", required_argument, NULL, 'n'}, |