diff options
Diffstat (limited to 'src/shuf.c')
-rw-r--r-- | src/shuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shuf.c b/src/shuf.c index 118ba0bf6..ca5345b4b 100644 --- a/src/shuf.c +++ b/src/shuf.c @@ -84,7 +84,7 @@ enum RANDOM_SOURCE_OPTION = CHAR_MAX + 1 }; -static const struct option const long_opts[] = +static struct option const long_opts[] = { {"echo", no_argument, NULL, 'e'}, {"input-range", required_argument, NULL, 'i'}, |