aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippos Karapetis2011-12-18 03:07:54 +0200
committerFilippos Karapetis2011-12-18 03:07:54 +0200
commit83b31ccb1d79276cbb04cd33c8a133bc0039003a (patch)
tree186b2ac0853acf2b5dfcb32e4f93578066180fb6
parent08fec8fa345cc3a76928059539ecd7ab5bd8a0e2 (diff)
downloadscummvm-rg350-83b31ccb1d79276cbb04cd33c8a133bc0039003a.tar.gz
scummvm-rg350-83b31ccb1d79276cbb04cd33c8a133bc0039003a.tar.bz2
scummvm-rg350-83b31ccb1d79276cbb04cd33c8a133bc0039003a.zip
DREAMWEB: Remove an erroneous comment (copy/paste error)
-rw-r--r--engines/dreamweb/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dreamweb/detection.cpp b/engines/dreamweb/detection.cpp
index b3483f9248..b5ec6e8e69 100644
--- a/engines/dreamweb/detection.cpp
+++ b/engines/dreamweb/detection.cpp
@@ -188,7 +188,7 @@ SaveStateDescriptor DreamWebMetaEngine::querySaveMetaInfos(const char *target, i
}
return SaveStateDescriptor();
-} // End of namespace Toltecs
+}
#if PLUGIN_ENABLED_DYNAMIC(DREAMWEB)
REGISTER_PLUGIN_DYNAMIC(DREAMWEB, PLUGIN_TYPE_ENGINE, DreamWebMetaEngine);