aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy
diff options
context:
space:
mode:
Diffstat (limited to 'engines/chewy')
-rw-r--r--engines/chewy/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/chewy/detection.cpp b/engines/chewy/detection.cpp
index 06ba6ccc24..b7371b65a3 100644
--- a/engines/chewy/detection.cpp
+++ b/engines/chewy/detection.cpp
@@ -138,7 +138,7 @@ SaveStateDescriptor ChewyMetaEngine::querySaveMetaInfos(const char *target, int
return SaveStateDescriptor();
} // End of namespace Chewy
-#if PLUGIN_ENABLED_DYNAMIC(Chewy)
+#if PLUGIN_ENABLED_DYNAMIC(CHEWY)
REGISTER_PLUGIN_DYNAMIC(CHEWY, PLUGIN_TYPE_ENGINE, ChewyMetaEngine);
#else
REGISTER_PLUGIN_STATIC(CHEWY, PLUGIN_TYPE_ENGINE, ChewyMetaEngine);