# HG changeset patch # User Paul Hunkin # Date 1274584110 -43200 # Node ID 3a3e8fb1b6f413f1a7ef715899323d85a0acdf55 # Parent b7918263da92eedf91c88649c7fd3d0edb31e948 Fixed comment style diff -r b7918263da92 -r 3a3e8fb1b6f4 include/SDL_platform.h --- a/include/SDL_platform.h Mon May 17 15:14:34 2010 +1200 +++ b/include/SDL_platform.h Sun May 23 15:08:30 2010 +1200 @@ -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"