diff options
| -rw-r--r-- | engines/composer/detection.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp index 8411441c60..219067978d 100644 --- a/engines/composer/detection.cpp +++ b/engines/composer/detection.cpp @@ -420,7 +420,7 @@ bool Composer::ComposerEngine::hasFeature(EngineFeature f) const {  }  #if PLUGIN_ENABLED_DYNAMIC(COMPOSER) -REGISTER_PLUGIN_DYNAMIC(COMPOSER, PLUGIN_TYPE_ENGINE, ComposerMetaEngine); +	REGISTER_PLUGIN_DYNAMIC(COMPOSER, PLUGIN_TYPE_ENGINE, ComposerMetaEngine);  #else -REGISTER_PLUGIN_STATIC(COMPOSER, PLUGIN_TYPE_ENGINE, ComposerMetaEngine); +	REGISTER_PLUGIN_STATIC(COMPOSER, PLUGIN_TYPE_ENGINE, ComposerMetaEngine);  #endif  | 
