From 91e43bb136b00ab890118cfe6fb362d002ab0eba Mon Sep 17 00:00:00 2001 From: Klaus Reimer Date: Sat, 9 Apr 2011 22:14:58 +0200 Subject: WEBOS: Correct indentation of WEBOS preprocessor check --- backends/platform/sdl/sdl.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backends') diff --git a/backends/platform/sdl/sdl.cpp b/backends/platform/sdl/sdl.cpp index d0036b47ff..d6e79248f9 100644 --- a/backends/platform/sdl/sdl.cpp +++ b/backends/platform/sdl/sdl.cpp @@ -213,11 +213,11 @@ void OSystem_SDL::initSDL() { uint32 sdlFlags = 0; if (ConfMan.hasKey("disable_sdl_parachute")) sdlFlags |= SDL_INIT_NOPARACHUTE; - - #ifdef WEBOS + +#ifdef WEBOS // WebOS needs this flag or otherwise the application won't start sdlFlags |= SDL_INIT_VIDEO; - #endif +#endif // Initialize SDL (SDL Subsystems are initiliazed in the corresponding sdl managers) if (SDL_Init(sdlFlags) == -1) -- cgit v1.2.3