mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Fixed duplicate const warning
This commit is contained in:
parent
30ce2bc723
commit
298d3d627a
@ -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) },
|
||||
|
Loading…
Reference in New Issue
Block a user