Skip to content

Commit

Permalink
Merged r893:894 from trunk: Doxygen correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 3, 2007
1 parent 785d617 commit 625e8e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -4,6 +4,7 @@

-- stuff in the stable-1.0 branch, backported from 2.0.0 dev branch, etc ---

04022007 - Fixed Doxygen comment.
03312007 - Moved DIR archiver to start of the list, so we don't have to have
every other archiver fail to open a directory as a file before
adding it to the search path.
Expand Down
2 changes: 1 addition & 1 deletion physfs.h
Expand Up @@ -499,7 +499,7 @@ __EXPORT__ const char *PHYSFS_getLastError(void);
* \fn const char *PHYSFS_getDirSeparator(void)
* \brief Get platform-dependent dir separator string.
*
* This returns "\\\\" on win32, "/" on Unix, and ":" on MacOS. It may be more
* This returns "\\" on win32, "/" on Unix, and ":" on MacOS. It may be more
* than one character, depending on the platform, and your code should take
* that into account. Note that this is only useful for setting up the
* search/write paths, since access into those dirs always use '/'
Expand Down

0 comments on commit 625e8e8

Please sign in to comment.