From bcd811ce2fb81d5c92ad754a61a1d4d9d7f1dc46 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 20 Mar 2012 17:24:09 +0000 Subject: [PATCH] Small constification Signed-off-by: Daniel Stone --- src/xkbcomp/keymap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xkbcomp/keymap.c b/src/xkbcomp/keymap.c index eba36bd..d3c99ce 100644 --- a/src/xkbcomp/keymap.c +++ b/src/xkbcomp/keymap.c @@ -45,7 +45,7 @@ CompileKeymap(XkbFile *file, unsigned merge) Bool ok; unsigned required, legal; unsigned mainType; - char *mainName; + const char *mainName; LEDInfo *unbound = NULL; struct xkb_desc *xkb = XkbcAllocKeyboard(); struct { -- 2.7.4