r895 - branches/stable-1.0

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Apr 2 20:58:33 EDT 2007


Author: icculus
Date: 2007-04-02 20:58:32 -0400 (Mon, 02 Apr 2007)
New Revision: 895

Modified:
   branches/stable-1.0/CHANGELOG
   branches/stable-1.0/physfs.h
Log:
Merged r893:894 from trunk: Doxygen correction.


Modified: branches/stable-1.0/CHANGELOG
===================================================================
--- branches/stable-1.0/CHANGELOG	2007-04-03 00:57:11 UTC (rev 894)
+++ branches/stable-1.0/CHANGELOG	2007-04-03 00:58:32 UTC (rev 895)
@@ -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.

Modified: branches/stable-1.0/physfs.h
===================================================================
--- branches/stable-1.0/physfs.h	2007-04-03 00:57:11 UTC (rev 894)
+++ branches/stable-1.0/physfs.h	2007-04-03 00:58:32 UTC (rev 895)
@@ -499,7 +499,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