diff options
Diffstat (limited to 'ui/keymaps.h')
-rw-r--r-- | ui/keymaps.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/keymaps.h b/ui/keymaps.h index 98213a4191..4e9c87fb8f 100644 --- a/ui/keymaps.h +++ b/ui/keymaps.h @@ -28,8 +28,8 @@ #include "qemu-common.h" typedef struct { - const char* name; - int keysym; + const char* name; + int keysym; } name2keysym_t; /* scancode without modifiers */ |