diff options
Diffstat (limited to 'src/shred.c')
-rw-r--r-- | src/shred.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shred.c b/src/shred.c index 91a89d257..bfafa96f3 100644 --- a/src/shred.c +++ b/src/shred.c @@ -133,7 +133,7 @@ enum RANDOM_SOURCE_OPTION = CHAR_MAX + 1 }; -static const struct option const long_opts[] = +static struct option const long_opts[] = { {"exact", no_argument, NULL, 'x'}, {"force", no_argument, NULL, 'f'}, |