aboutsummaryrefslogtreecommitdiffstats
path: root/curses_keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'curses_keys.h')
-rw-r--r--curses_keys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/curses_keys.h b/curses_keys.h
index 4c6f3db..a6e41cf 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 },
};