From 2ee50d030178cede83eb9d0005fbc19f819d30fe Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Mon, 5 Feb 2018 14:48:51 +0200 Subject: Imported Upstream version 2.1.0 --- CategoriesPanel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CategoriesPanel.c') diff --git a/CategoriesPanel.c b/CategoriesPanel.c index afc3230..437f1a7 100644 --- a/CategoriesPanel.c +++ b/CategoriesPanel.c @@ -34,7 +34,7 @@ typedef struct CategoriesPanel_ { }*/ -static const char* CategoriesFunctions[] = {" ", " ", " ", " ", " ", " ", " ", " ", " ", "Done ", NULL}; +static const char* const CategoriesFunctions[] = {" ", " ", " ", " ", " ", " ", " ", " ", " ", "Done ", NULL}; static void CategoriesPanel_delete(Object* object) { Panel* super = (Panel*) object; -- cgit v1.2.3