diff options
author | Filippos Karapetis | 2011-12-18 03:07:54 +0200 |
---|---|---|
committer | Filippos Karapetis | 2011-12-18 03:07:54 +0200 |
commit | 83b31ccb1d79276cbb04cd33c8a133bc0039003a (patch) | |
tree | 186b2ac0853acf2b5dfcb32e4f93578066180fb6 /engines | |
parent | 08fec8fa345cc3a76928059539ecd7ab5bd8a0e2 (diff) | |
download | scummvm-rg350-83b31ccb1d79276cbb04cd33c8a133bc0039003a.tar.gz scummvm-rg350-83b31ccb1d79276cbb04cd33c8a133bc0039003a.tar.bz2 scummvm-rg350-83b31ccb1d79276cbb04cd33c8a133bc0039003a.zip |
DREAMWEB: Remove an erroneous comment (copy/paste error)
Diffstat (limited to 'engines')
-rw-r--r-- | engines/dreamweb/detection.cpp | 2 |
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); |