Constify a global table

Signed-off-by: Ran Benita <ran234@gmail.com>
master
Ran Benita 2012-03-31 01:18:55 +03:00 committed by Daniel Stone
parent c83043b3c1
commit aeaa623d27
1 changed files with 1 additions and 1 deletions

View File

@ -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,