Minor
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 4 Jul 2011 21:18:57 +0000 (17:18 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 4 Jul 2011 21:18:57 +0000 (17:18 -0400)
src/hb-view.cc

index 97352cd..31b2a24 100644 (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},