Minor comment removal.

This commit is contained in:
Ryan C. Gordon 2007-03-14 06:30:52 +00:00
parent a600edf8ab
commit 5908057d71
1 changed files with 2 additions and 2 deletions

View File

@ -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 */