aboutsummaryrefslogtreecommitdiff
path: root/src/platform/bootstrap/Bootstrap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform/bootstrap/Bootstrap.cpp')
-rw-r--r--src/platform/bootstrap/Bootstrap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/bootstrap/Bootstrap.cpp b/src/platform/bootstrap/Bootstrap.cpp
index cfb3697a..93c164d4 100644
--- a/src/platform/bootstrap/Bootstrap.cpp
+++ b/src/platform/bootstrap/Bootstrap.cpp
@@ -3,7 +3,7 @@
#ifdef CRU_PLATFORM_WINDOWS
#include "cru/platform/graphics/direct2d/Factory.h"
#include "cru/platform/gui/win/UiApplication.h"
-#elifdef CRU_PLATFORM_OSX
+#elif defined(CRU_PLATFORM_OSX)
#include "cru/platform/graphics/quartz/Factory.h"
#include "cru/platform/gui/osx/UiApplication.h"
#else