changeset 4696:3a3e8fb1b6f4

Fixed comment style
author Paul Hunkin <paul@bieh.net>
date Sun, 23 May 2010 15:08:30 +1200
parents b7918263da92
children a5c4ded0c979
files include/SDL_platform.h
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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"