diff --git a/src/input.c b/src/input.c index 6c3cf9c..3a585ae 100644 --- a/src/input.c +++ b/src/input.c @@ -263,10 +263,9 @@ static void input_keyConvDestroy(void) { * @return ID of the key. */ SDLKey input_keyConv(char* name) { - SDLKey k; + SDLKey k, m; size_t l; char buf; - int m; l = strlen(name); buf = tolower(name[0]);