فهرست منبع

Minor comment removal.

Ryan C. Gordon 19 سال پیش
والد
کامیت
5908057d71
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      platform/unix.c

+ 2 - 2
platform/unix.c

@@ -428,7 +428,7 @@ static void stripAppleBundle(char *path)
     allocator.Free(tempbuf);
     return;
 }
-#endif /* defined __MACH__ && defined __APPLE__ */
+#endif
 
 
 char *__PHYSFS_platformRealPath(const char *path)
@@ -444,7 +444,7 @@ char *__PHYSFS_platformRealPath(const char *path)
 
 #ifdef PHYSFS_PLATFORM_MACOSX
     stripAppleBundle(retval);
-#endif /* defined __MACH__ && defined __APPLE__ */
+#endif
     
     return(retval);
 } /* __PHYSFS_platformRealPath */