mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 20:17:49 +00:00
typo
svn-id: r22103
This commit is contained in:
parent
6533813576
commit
8e9c2e7508
@ -332,7 +332,7 @@ extern "C" int scummvm_main(int argc, char *argv[]) {
|
||||
} else if (scumm_stricmp(gameid.c_str(), candidates.begin()->gameid.c_str())) {
|
||||
printf(" FAILURE: Wrong gameid detected\n");
|
||||
} else {
|
||||
printf(" SUCCESS: Game was detected correctl\n");
|
||||
printf(" SUCCESS: Game was detected correctly\n");
|
||||
}
|
||||
|
||||
for (DetectedGameList::iterator x = candidates.begin(); x != candidates.end(); ++x) {
|
||||
|
Loading…
Reference in New Issue
Block a user