Sam Lantinga 12 лет назад
Родитель
Сommit
298d3d627a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/video/x11/SDL_x11keyboard.c

+ 1 - 1
src/video/x11/SDL_x11keyboard.c

@@ -135,7 +135,7 @@ static const struct {
 
 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) },