From 7c5f55912c233e4049300051faf5aa31b2efbd47 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 21 Nov 2011 22:32:03 +0200 Subject: TOLTECS: Add missing namespace comment --- engines/toltecs/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3