diff options
Diffstat (limited to 'widgets.c')
-rw-r--r-- | widgets.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |