Fixed duplicate const warning
--HG-- extra : rebase_source : 4529dd9d2bd4eb18a194d81f300cf47553ef2044
This commit is contained in:
parent
274b054ac3
commit
0fc9b5bcf7
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ static const struct {
|
||||||
|
|
||||||
static const struct
|
static const struct
|
||||||
{
|
{
|
||||||
const SDL_Scancode const *table;
|
SDL_Scancode const *table;
|
||||||
int table_size;
|
int table_size;
|
||||||
} scancode_set[] = {
|
} scancode_set[] = {
|
||||||
{ darwin_scancode_table, SDL_arraysize(darwin_scancode_table) },
|
{ darwin_scancode_table, SDL_arraysize(darwin_scancode_table) },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue