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