Minor
This commit is contained in:
parent
d69d5ceaa0
commit
fa2befa46f
|
@ -98,7 +98,7 @@ parse_opts (int argc, char **argv)
|
||||||
while (1)
|
while (1)
|
||||||
{
|
{
|
||||||
int option_index = 0, c;
|
int option_index = 0, c;
|
||||||
static struct option long_options[] = {
|
static const struct option long_options[] = {
|
||||||
{"annotate", 0, &annotate, TRUE},
|
{"annotate", 0, &annotate, TRUE},
|
||||||
{"background", 1, 0, 'B'},
|
{"background", 1, 0, 'B'},
|
||||||
{"debug", 0, &debug, TRUE},
|
{"debug", 0, &debug, TRUE},
|
||||||
|
|
Loading…
Reference in New Issue