From: Daniel Stone Date: Tue, 20 Mar 2012 17:24:09 +0000 (+0000) Subject: Small constification X-Git-Tag: accepted/2.0alpha-wayland/20121109.204519~237 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bcd811ce2fb81d5c92ad754a61a1d4d9d7f1dc46;p=profile%2Fivi%2Flibxkbcommon.git Small constification Signed-off-by: Daniel Stone --- 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 {