summaryrefslogtreecommitdiff
path: root/src/keysym-utf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keysym-utf.c')
-rw-r--r--src/keysym-utf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keysym-utf.c b/src/keysym-utf.c
index ae01f09..5484a83 100644
--- a/src/keysym-utf.c
+++ b/src/keysym-utf.c
@@ -44,7 +44,7 @@ struct codepair {
uint16_t ucs;
};
-const struct codepair keysymtab[] = {
+static const struct codepair keysymtab[] = {
{ 0x01a1, 0x0104 }, /* Aogonek Ą LATIN CAPITAL LETTER A WITH OGONEK */
{ 0x01a2, 0x02d8 }, /* breve ˘ BREVE */
{ 0x01a3, 0x0141 }, /* Lstroke Ł LATIN CAPITAL LETTER L WITH STROKE */