aboutsummaryrefslogtreecommitdiff
path: root/common/advancedDetector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/advancedDetector.cpp')
-rw-r--r--common/advancedDetector.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/common/advancedDetector.cpp b/common/advancedDetector.cpp
index f3e8671025..1a3ae13a9e 100644
--- a/common/advancedDetector.cpp
+++ b/common/advancedDetector.cpp
@@ -23,8 +23,6 @@
*
*/
-#include "common/stdafx.h"
-
#include "base/plugins.h"
#include "common/util.h"
@@ -316,7 +314,7 @@ static ADGameDescList detectGame(const FSList *fslist, const Common::ADParams &p
File testFile;
String tstr;
-
+
uint i;
char md5str[32+1];
@@ -458,7 +456,7 @@ static ADGameDescList detectGame(const FSList *fslist, const Common::ADParams &p
}
}
- // We've found a match
+ // We've found a match
if (!matched.empty())
return matched;