typo
This commit is contained in:
parent
6be453780f
commit
2dcf5d7231
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ void OSystem_SDL::setupIcon() {
|
||||||
unsigned int *icon;
|
unsigned int *icon;
|
||||||
|
|
||||||
if (sscanf(residual_icon[0], "%d %d %d %d", &w, &h, &ncols, &nbytes) != 4) {
|
if (sscanf(residual_icon[0], "%d %d %d %d", &w, &h, &ncols, &nbytes) != 4) {
|
||||||
warning("Wrong format of residual_icon[0] (%s)", scummvm_icon[0]);
|
warning("Wrong format of residual_icon[0] (%s)", residual_icon[0]);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue