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