mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 23:31:57 +00:00
SAGA2: Fix Incorrect Format String for Error Message
This commit is contained in:
parent
0c282ef756
commit
7ce5a5ecc1
@ -572,7 +572,7 @@ static bool openResource(pHResource &hr, const char *fileName) {
|
||||
}
|
||||
|
||||
if (hr == NULL || !hr->_valid) {
|
||||
error("openResource: Cannot open resource: %s, %s", fileName);
|
||||
error("openResource: Cannot open resource: %s", fileName);
|
||||
// return false;
|
||||
}
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user