Bug 1255655 - Const-ify keysymtab. r=karlt.

This lets it be shared between processes.

--HG--
extra : rebase_source : 5cd14c68d7bbd54e4c1b9e8aef3621057a9588b8
This commit is contained in:
Nicholas Nethercote 2016-03-11 13:15:11 +11:00
parent 666b54a97d
commit 9fab9cab8c

View File

@ -41,7 +41,7 @@
#include "keysym2ucs.h"
struct codepair {
static const struct codepair {
unsigned short keysym;
unsigned short ucs;
} keysymtab[] = {