Minor comment removal.
This commit is contained in:
parent
a600edf8ab
commit
5908057d71
|
@ -428,7 +428,7 @@ static void stripAppleBundle(char *path)
|
||||||
allocator.Free(tempbuf);
|
allocator.Free(tempbuf);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif /* defined __MACH__ && defined __APPLE__ */
|
#endif
|
||||||
|
|
||||||
|
|
||||||
char *__PHYSFS_platformRealPath(const char *path)
|
char *__PHYSFS_platformRealPath(const char *path)
|
||||||
|
@ -444,7 +444,7 @@ char *__PHYSFS_platformRealPath(const char *path)
|
||||||
|
|
||||||
#ifdef PHYSFS_PLATFORM_MACOSX
|
#ifdef PHYSFS_PLATFORM_MACOSX
|
||||||
stripAppleBundle(retval);
|
stripAppleBundle(retval);
|
||||||
#endif /* defined __MACH__ && defined __APPLE__ */
|
#endif
|
||||||
|
|
||||||
return(retval);
|
return(retval);
|
||||||
} /* __PHYSFS_platformRealPath */
|
} /* __PHYSFS_platformRealPath */
|
||||||
|
|
Loading…
Reference in New Issue