From c7e6b3a18f5d5ea0d2590d883bcc087764c61f99 Mon Sep 17 00:00:00 2001 From: Christophe CURIS Date: Sat, 23 Nov 2013 18:14:04 +0100 Subject: [PATCH] wmaker: Added missing const attribute Signed-off-by: Christophe CURIS --- src/xutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xutil.c b/src/xutil.c index dbac37d4..2432d817 100644 --- a/src/xutil.c +++ b/src/xutil.c @@ -35,7 +35,7 @@ static Atom Clipboard = 0; #endif -static char *requestCodes[] = { +static const char *requestCodes[] = { "DUMMY", "X_CreateWindow", "X_ChangeWindowAttributes", -- 2.11.4.GIT