diff options
Diffstat (limited to 'src/gtkutil.c')
| -rw-r--r-- | src/gtkutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c index ba9d95e0325..e972679a572 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c @@ -2013,7 +2013,7 @@ make_menu_item (utf8_label, utf8_key, item, group) /* Return non-zero if LABEL specifies a separator (GTK only has one separator type) */ -static char* separator_names[] = { +static const char* separator_names[] = { "space", "no-line", "single-line", |
