aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/cryomni3d/detection.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/cryomni3d/detection.cpp b/engines/cryomni3d/detection.cpp
index 62bdebd072..80d43f2298 100644
--- a/engines/cryomni3d/detection.cpp
+++ b/engines/cryomni3d/detection.cpp
@@ -31,7 +31,7 @@
#include "cryomni3d/cryomni3d.h"
#ifdef ENABLE_VERSAILLES
- #include "cryomni3d/versailles/engine.h"
+#include "cryomni3d/versailles/engine.h"
#endif
namespace CryOmni3D {
@@ -249,7 +249,7 @@ bool CryOmni3DMetaEngine::createInstance(OSystem *syst, Engine **engine,
}
#if PLUGIN_ENABLED_DYNAMIC(CRYOMNI3D)
- REGISTER_PLUGIN_DYNAMIC(CRYOMNI3D, PLUGIN_TYPE_ENGINE, CryOmni3DMetaEngine);
+REGISTER_PLUGIN_DYNAMIC(CRYOMNI3D, PLUGIN_TYPE_ENGINE, CryOmni3DMetaEngine);
#else
- REGISTER_PLUGIN_STATIC(CRYOMNI3D, PLUGIN_TYPE_ENGINE, CryOmni3DMetaEngine);
+REGISTER_PLUGIN_STATIC(CRYOMNI3D, PLUGIN_TYPE_ENGINE, CryOmni3DMetaEngine);
#endif