Fixed duplicate const warning

main
Sam Lantinga 2013-10-22 21:54:52 -07:00
parent 30ce2bc723
commit 298d3d627a
1 changed files with 1 additions and 1 deletions

View File

@ -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) },