diff options
Diffstat (limited to 'curses_keys.h')
-rw-r--r-- | curses_keys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/curses_keys.h b/curses_keys.h index 210a368848..a6e41cf4e4 100644 --- a/curses_keys.h +++ b/curses_keys.h @@ -243,7 +243,7 @@ static const int curses2keysym[CURSES_KEYS] = { }; -static const a_name2keysym name2keysym[] = { +static const name2keysym_t name2keysym[] = { /* Plain ASCII */ { "space", 0x020 }, { "exclam", 0x021 }, |