From af4bf8419f7058fe871e00674f1a416034c3b1b6 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 24 Mar 2012 14:57:30 -0400 Subject: [PATCH] Changed enum typedef to make this Doxygen-friendly. --- src/physfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/physfs.h b/src/physfs.h index 32e64ba1..31513d42 100644 --- a/src/physfs.h +++ b/src/physfs.h @@ -3108,7 +3108,7 @@ PHYSFS_DECL int PHYSFS_mountHandle(PHYSFS_File *file, const char *fname, * \sa PHYSFS_getLastErrorCode * \sa PHYSFS_getErrorByCode */ -typedef enum __PHYSFS_ERRORCODE__ +typedef enum PHYSFS_ErrorCode { PHYSFS_ERR_OK, /**< Success; no error. */ PHYSFS_ERR_OTHER_ERROR, /**< Error not otherwise covered here. */