r835 - trunk/platform

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Mar 14 02:30:52 EDT 2007


Author: icculus
Date: 2007-03-14 02:30:52 -0400 (Wed, 14 Mar 2007)
New Revision: 835

Modified:
   trunk/platform/unix.c
Log:
Minor comment removal.


Modified: trunk/platform/unix.c
===================================================================
--- trunk/platform/unix.c	2007-03-14 06:30:20 UTC (rev 834)
+++ trunk/platform/unix.c	2007-03-14 06:30:52 UTC (rev 835)
@@ -428,7 +428,7 @@
     allocator.Free(tempbuf);
     return;
 }
-#endif /* defined __MACH__ && defined __APPLE__ */
+#endif
 
 
 char *__PHYSFS_platformRealPath(const char *path)
@@ -444,7 +444,7 @@
 
 #ifdef PHYSFS_PLATFORM_MACOSX
     stripAppleBundle(retval);
-#endif /* defined __MACH__ && defined __APPLE__ */
+#endif
     
     return(retval);
 } /* __PHYSFS_platformRealPath */




More information about the physfs-commits mailing list