summary refs log tree commit diff stats
path: root/sdl_keysym.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdl_keysym.h')
-rw-r--r--sdl_keysym.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl_keysym.h b/sdl_keysym.h
index c213ef873b..ee904805da 100644
--- a/sdl_keysym.h
+++ b/sdl_keysym.h
@@ -273,5 +273,5 @@ static const name2keysym_t name2keysym[]={
 {"Pause", SDLK_PAUSE},
 {"Escape", SDLK_ESCAPE},
 
-{0,0},
+{NULL, 0},
 };