Navigation Menu

Skip to content

Commit

Permalink
Minor documentation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 11, 2007
1 parent 05e4432 commit 711d9ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Expand Up @@ -2,6 +2,7 @@
* CHANGELOG.
*/

05112007 - Minor documentation correction.
05052007 - Fixed zip archiver: could do bogus seek if a small, non-zip file
got put through isArchive().
04292007 - Minor const correctness tweak in zip archiver.
Expand Down
5 changes: 3 additions & 2 deletions physfs.h
Expand Up @@ -498,8 +498,9 @@ __EXPORT__ int PHYSFS_init(const char *argv0);
* handle a specific failure.
*
* Once successfully deinitialized, PHYSFS_init() can be called again to
* restart the subsystem. All defaults API states are restored at this
* point.
* restart the subsystem. All default API states are restored at this
* point, with the exception of any custom allocator you might have
* specified, which survives between initializations.
*
* \return nonzero on success, zero on error. Specifics of the error can be
* gleaned from PHYSFS_getLastError(). If failure, state of PhysFS is
Expand Down

0 comments on commit 711d9ec

Please sign in to comment.