r894 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Apr 2 20:57:11 EDT 2007


Author: icculus
Date: 2007-04-02 20:57:11 -0400 (Mon, 02 Apr 2007)
New Revision: 894

Modified:
   trunk/physfs.h
Log:
Fixed Doxygen comment (this was probably a Doxygen bug that was since fixed).


Modified: trunk/physfs.h
===================================================================
--- trunk/physfs.h	2007-04-02 23:35:09 UTC (rev 893)
+++ trunk/physfs.h	2007-04-03 00:57:11 UTC (rev 894)
@@ -583,7 +583,7 @@
  * \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 '/'




More information about the physfs-commits mailing list