From 1c62b779c7959c44c66751bb40c700e2b7eeead1 Mon Sep 17 00:00:00 2001 From: Paul Hunkin Date: Sun, 23 May 2010 15:08:30 +1200 Subject: [PATCH] Fixed comment style --- include/SDL_platform.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/SDL_platform.h b/include/SDL_platform.h index a41f56309..90eed561c 100644 --- a/include/SDL_platform.h +++ b/include/SDL_platform.h @@ -67,12 +67,10 @@ #endif #if defined(ANDROID) #undef __ANDROID__ -#undef __LINUX__ //do we need to do this? +#undef __LINUX__ /*do we need to do this?*/ #define __ANDROID__ 1 #endif - - #if defined(__APPLE__) /* lets us know what version of Mac OS X we're compiling on */ #include "AvailabilityMacros.h"