diff options
Diffstat (limited to 'vnc_keysym.h')
-rw-r--r-- | vnc_keysym.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnc_keysym.h b/vnc_keysym.h index b6a172de9c..d1527ec02a 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}, |