pull/1/head
Behdad Esfahbod 14 years ago
parent d69d5ceaa0
commit fa2befa46f
  1. 2
      src/hb-view.cc

@ -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},

Loading…
Cancel
Save