Skip to content

Commit

Permalink
Fixed duplicate const warning
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 23, 2013
1 parent 30ce2bc commit 298d3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/x11/SDL_x11keyboard.c
Expand Up @@ -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) },
Expand Down

0 comments on commit 298d3d6

Please sign in to comment.