Skip to content

Commit

Permalink
Minor comment removal.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 14, 2007
1 parent a600edf commit 5908057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/unix.c
Expand Up @@ -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)
Expand All @@ -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 */
Expand Down

0 comments on commit 5908057

Please sign in to comment.