mirror of
https://github.com/yawut/SDL.git
synced 2026-07-17 18:24:09 -05:00
Fixed wording in SDL_GameControllerAddMappingsFromRW() error message.
This commit is contained in:
parent
e6d0ed34ff
commit
f9acf88916
|
|
@ -606,7 +606,7 @@ SDL_GameControllerAddMappingsFromRW(SDL_RWops * rw, int freerw)
|
|||
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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user