aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/advancedDetector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/advancedDetector.h b/common/advancedDetector.h
index 484eb84e28..1197c5a20a 100644
--- a/common/advancedDetector.h
+++ b/common/advancedDetector.h
@@ -272,8 +272,6 @@ void reportUnknown(StringList &files, int md5Bytes);
} \
void dummyFuncToAllowTrailingSemicolon()
-} // End of namespace Common
-
/**
* A MetaEngine implementation based around the advanced detector code.
*/
@@ -311,4 +309,6 @@ protected:
}
};
+} // End of namespace Common
+
#endif