Skip to content

Commit

Permalink
Fixed Doxygen comment (this was probably a Doxygen bug that was since…
Browse files Browse the repository at this point in the history
… fixed).
  • Loading branch information
icculus committed Apr 3, 2007
1 parent 6ee992c commit 7ed4563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physfs.h
Expand Up @@ -583,7 +583,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 7ed4563

Please sign in to comment.