diff options
Diffstat (limited to 'src/events/scancodes_linux.h')
-rw-r--r-- | src/events/scancodes_linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events/scancodes_linux.h b/src/events/scancodes_linux.h index c4b9419bd5..5c7f96d8ce 100644 --- a/src/events/scancodes_linux.h +++ b/src/events/scancodes_linux.h @@ -26,7 +26,7 @@ - Linux kernel source input.h */ /* *INDENT-OFF* */ -static SDL_scancode const linux_scancode_table[] = { +static SDL_ScanCode const linux_scancode_table[] = { /* 0 */ SDL_SCANCODE_UNKNOWN, /* 1 */ SDL_SCANCODE_ESCAPE, /* 2 */ SDL_SCANCODE_1, |