]> git.proxmox.com Git - qemu.git/blobdiff - sdl_keysym.h
Fix alignment problem with some 64bit load/store instructions
[qemu.git] / sdl_keysym.h
index 9a7414209f5789fbce50e0860c24ca48e3b8fa60..c9087d75a7d64ee1a3011605e1eee995140e397a 100644 (file)
@@ -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},