aboutsummaryrefslogtreecommitdiffstats
path: root/vnc_keysym.h
diff options
context:
space:
mode:
Diffstat (limited to 'vnc_keysym.h')
-rw-r--r--vnc_keysym.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnc_keysym.h b/vnc_keysym.h
index b6a172de9..d1527ec02 100644
--- a/vnc_keysym.h
+++ b/vnc_keysym.h
@@ -2,7 +2,7 @@ typedef struct {
const char* name;
int keysym;
} name2keysym_t;
-static name2keysym_t name2keysym[]={
+static const name2keysym_t name2keysym[]={
/* ascii */
{ "space", 0x020},
{ "exclam", 0x021},