aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/game.cpp')
-rw-r--r--engines/saga/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/game.cpp b/engines/saga/game.cpp
index 57ff94e575..4ce00761c7 100644
--- a/engines/saga/game.cpp
+++ b/engines/saga/game.cpp
@@ -145,7 +145,7 @@ static int detectGame(const FSList *fslist, Common::Language language, Common::P
tstr = file->_key;
tstr.toLowercase();
- if(!filesMD5.contains(tstr)) {
+ if (!filesMD5.contains(tstr)) {
if (testFile.open(file->_key)) {
testFile.close();