aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs
diff options
context:
space:
mode:
authorFilippos Karapetis2011-11-21 22:32:03 +0200
committerFilippos Karapetis2011-11-21 22:32:03 +0200
commit7c5f55912c233e4049300051faf5aa31b2efbd47 (patch)
treea0fb53203cd4b97537bc1036c50d7614a063a6db /engines/toltecs
parent8880c7c94cb965487416a39abf11095f7cfae568 (diff)
downloadscummvm-rg350-7c5f55912c233e4049300051faf5aa31b2efbd47.tar.gz
scummvm-rg350-7c5f55912c233e4049300051faf5aa31b2efbd47.tar.bz2
scummvm-rg350-7c5f55912c233e4049300051faf5aa31b2efbd47.zip
TOLTECS: Add missing namespace comment
Diffstat (limited to 'engines/toltecs')
-rw-r--r--engines/toltecs/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toltecs/detection.cpp b/engines/toltecs/detection.cpp
index 8d685f8633..e5ef465238 100644
--- a/engines/toltecs/detection.cpp
+++ b/engines/toltecs/detection.cpp
@@ -283,7 +283,7 @@ SaveStateDescriptor ToltecsMetaEngine::querySaveMetaInfos(const char *target, in
}
return SaveStateDescriptor();
-}
+} // End of namespace Toltecs
#if PLUGIN_ENABLED_DYNAMIC(TOLTECS)
REGISTER_PLUGIN_DYNAMIC(TOLTECS, PLUGIN_TYPE_ENGINE, ToltecsMetaEngine);