diff --git a/engines/dreamweb/detection.cpp b/engines/dreamweb/detection.cpp index b3483f92487..b5ec6e8e69a 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);