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 4c6f3db0dc..a6e41cf4e4 100644 --- a/curses_keys.h +++ b/curses_keys.h @@ -479,5 +479,5 @@ static const name2keysym_t name2keysym[] = { { "F20", 0x11c }, { "Escape", 27 }, - { 0, 0 }, + { NULL, 0 }, }; |