From 3c233116252d3abd545e1a369a5c2f446abf9b1e Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 21 Aug 2004 09:51:01 +0000 Subject: Typo svn-id: r14666 --- simon/simon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simon') diff --git a/simon/simon.cpp b/simon/simon.cpp index f3928ff4ea..c7939a6b25 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -115,7 +115,7 @@ DetectedGameList Engine_SIMON_detectGames(const FSList &fslist) { for (FSList::const_iterator file = fslist.begin(); file != fslist.end(); ++file) { const char *name = file->displayName().c_str(); - if ((0 == scumm_stricmp(detectName, name)) || (!0 == scumm_stricmp(detectName2, name))) { + if ((!scumm_stricmp(detectName, name)) || (!scumm_stricmp(detectName2, name))) { // Match found, add to list of candidates, then abort inner loop. detectedGames.push_back(g->toGameSettings()); fileSet.addKey(file->path()); -- cgit v1.2.3