This commit is contained in:
Behdad Esfahbod 2011-07-04 17:18:57 -04:00
parent d69d5ceaa0
commit fa2befa46f
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ parse_opts (int argc, char **argv)
while (1)
{
int option_index = 0, c;
static struct option long_options[] = {
static const struct option long_options[] = {
{"annotate", 0, &annotate, TRUE},
{"background", 1, 0, 'B'},
{"debug", 0, &debug, TRUE},