Explorar o código

Fixed Doxygen comment (this was probably a Doxygen bug that was since fixed).

Ryan C. Gordon %!s(int64=19) %!d(string=hai) anos
pai
achega
7ed45636ae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      physfs.h

+ 1 - 1
physfs.h

@@ -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 '/'