From: Ran Benita Date: Fri, 30 Mar 2012 22:18:55 +0000 (+0300) Subject: Constify a global table X-Git-Tag: accepted/2.0alpha-wayland/20121109.204519~172 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aeaa623d27b18339cab42aa52e4c10acb8ff87a8;p=profile%2Fivi%2Flibxkbcommon.git Constify a global table Signed-off-by: Ran Benita --- diff --git a/src/misc.c b/src/misc.c index ab72432..fc0582a 100644 --- a/src/misc.c +++ b/src/misc.c @@ -170,7 +170,7 @@ XkbcVirtualModsToReal(struct xkb_desc * xkb, unsigned virtual_mask, * All latin-1 alphanumerics, plus parens, slash, minus, underscore and * wildcards. */ -static unsigned char componentSpecLegal[] = { +static const unsigned char componentSpecLegal[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0xa7, 0xff, 0x83, 0xfe, 0xff, 0xff, 0x87, 0xfe, 0xff, 0xff, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,