author | Sam Lantinga <slouken@libsdl.org> |
Tue, 22 Oct 2013 21:54:52 -0700 | |
changeset 7882 | b81e4cc2932e |
parent 7881 | a74e5be22566 |
child 7883 | 62f562a475e1 |
--- a/src/video/x11/SDL_x11keyboard.c Tue Oct 22 21:53:58 2013 -0700 +++ b/src/video/x11/SDL_x11keyboard.c Tue Oct 22 21:54:52 2013 -0700 @@ -135,7 +135,7 @@ static const struct { - const SDL_Scancode const *table; + SDL_Scancode const *table; int table_size; } scancode_set[] = { { darwin_scancode_table, SDL_arraysize(darwin_scancode_table) },