From 02a30bfecdd841b4ca48acfc9b5f2df7930e7a69 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 25 Feb 2010 01:43:18 +0000 Subject: warning fixes --- ColorsPanel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ColorsPanel.c') diff --git a/ColorsPanel.c b/ColorsPanel.c index cdc01662..5e58670c 100644 --- a/ColorsPanel.c +++ b/ColorsPanel.c @@ -27,7 +27,7 @@ typedef struct ColorsPanel_ { }*/ -static char* ColorSchemes[] = { +static const char* ColorSchemes[] = { "Default", "Monochromatic", "Black on White", -- cgit v1.2.3