diff options
Diffstat (limited to 'src/mkid.c')
-rw-r--r-- | src/mkid.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ usage (void) exit (1); } -static const struct option const long_options[] = +static struct option const long_options[] = { { "file", required_argument, 0, 'f' }, { "output", required_argument, 0, 'o' }, |