diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fnid.c | 2 | ||||
-rw-r--r-- | src/lid.c | 2 | ||||
-rw-r--r-- | src/xtokid.c | 2 |
3 files changed, 3 insertions, 3 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' }, @@ -211,7 +211,7 @@ static unsigned int frequency_high = USHRT_MAX; static struct file_link *cw_dlink; static struct file_link **members_0; -static struct option const long_options[] = +static const struct option const long_options[] = { { "file", required_argument, 0, 'f' }, { "frequency", required_argument, 0, 'F' }, diff --git a/src/xtokid.c b/src/xtokid.c index 36aa356..c7f67aa 100644 --- a/src/xtokid.c +++ b/src/xtokid.c @@ -51,7 +51,7 @@ usage (void) exit (1); } -static struct option const long_options[] = +static const struct option const long_options[] = { { "include", required_argument, 0, 'i' }, { "exclude", required_argument, 0, 'x' }, |