summaryrefslogtreecommitdiff
path: root/channels/console_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/console_gui.c')
-rw-r--r--channels/console_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/console_gui.c b/channels/console_gui.c
index 45e435f27..aa2f2cf95 100644
--- a/channels/console_gui.c
+++ b/channels/console_gui.c
@@ -462,7 +462,7 @@ static const char *us_kbd_map[] = {
NULL
};
-static const char map_key(SDL_keysym *ks)
+static char map_key(SDL_keysym *ks)
{
const char *s, **p = us_kbd_map;
int c = ks->sym;