Fixed missing prototypes on Android, patch from Sylvain
This commit is contained in:
parent
27eff4b547
commit
d1b2ffe485
13 changed files with 203 additions and 60 deletions
|
@ -167,7 +167,7 @@ keycode_to_SDL(int keycode)
|
|||
|
||||
default:
|
||||
return -1;
|
||||
break;
|
||||
/* break; -Wunreachable-code-break */
|
||||
}
|
||||
|
||||
/* This is here in case future generations, probably with six fingers per hand,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue