From 7ed45636ae5bd9ee9a257f62243f25753d334506 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 3 Apr 2007 00:57:11 +0000 Subject: [PATCH] Fixed Doxygen comment (this was probably a Doxygen bug that was since fixed). --- physfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physfs.h b/physfs.h index be1dcf4..9038632 100644 --- a/physfs.h +++ b/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 '/'