author | Philipp Wiesemann <philipp.wiesemann@arcor.de> |
Sun, 26 Oct 2014 17:44:00 +0100 | |
changeset 9194 | 583176c5982f |
parent 9193 | 5ca521b8486d |
child 9195 | e390d259582b |
--- a/src/joystick/SDL_gamecontroller.c Sun Oct 26 12:33:10 2014 -0400 +++ b/src/joystick/SDL_gamecontroller.c Sun Oct 26 17:44:00 2014 +0100 @@ -606,7 +606,7 @@ if (freerw) { SDL_RWclose(rw); } - return SDL_SetError("Could allocate space to not read DB into memory"); + return SDL_SetError("Could not allocate space to read DB into memory"); } if (SDL_RWread(rw, buf, db_size, 1) != 1) {