From fa2befa46f215d8c33a54dfc57889928a628164c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 4 Jul 2011 17:18:57 -0400 Subject: [PATCH] Minor --- src/hb-view.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-view.cc b/src/hb-view.cc index 97352cd..31b2a24 100644 --- a/src/hb-view.cc +++ b/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}, -- 2.7.4