aboutsummaryrefslogtreecommitdiffstats
path: root/sdl_keysym.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdl_keysym.h')
-rw-r--r--sdl_keysym.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl_keysym.h b/sdl_keysym.h
index 9a7414209..c9087d75a 100644
--- a/sdl_keysym.h
+++ b/sdl_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},