From 5908057d7104ffa7452147921b19c998dd5564b0 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 14 Mar 2007 06:30:52 +0000 Subject: [PATCH] Minor comment removal. --- platform/unix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/unix.c b/platform/unix.c index 8111bd1..9737f33 100644 --- a/platform/unix.c +++ b/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 */