summaryrefslogtreecommitdiff
path: root/widgets.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets.c')
-rw-r--r--widgets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets.c b/widgets.c
index f3ad877..fc89815 100644
--- a/widgets.c
+++ b/widgets.c
@@ -814,7 +814,7 @@ MakeBoxLookNice(Widget dot, Widget star, Widget any, Widget single,
* Returns: none
*/
-static char* noneList[] = {"None"};
+static const char *noneList[] = {"None"};
static void
CreateLists(Widget parent, WNode *node, char **names, char **cons_names)