Browse Source

Changed enum typedef to make this Doxygen-friendly.

Ryan C. Gordon 14 years ago
parent
commit
af4bf8419f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/physfs.h

+ 1 - 1
src/physfs.h

@@ -3108,7 +3108,7 @@ PHYSFS_DECL int PHYSFS_mountHandle(PHYSFS_File *file, const char *fname,
  * \sa PHYSFS_getLastErrorCode
  * \sa PHYSFS_getLastErrorCode
  * \sa PHYSFS_getErrorByCode
  * \sa PHYSFS_getErrorByCode
  */
  */
-typedef enum __PHYSFS_ERRORCODE__
+typedef enum PHYSFS_ErrorCode
 {
 {
     PHYSFS_ERR_OK,               /**< Success; no error.                    */
     PHYSFS_ERR_OK,               /**< Success; no error.                    */
     PHYSFS_ERR_OTHER_ERROR,      /**< Error not otherwise covered here.     */
     PHYSFS_ERR_OTHER_ERROR,      /**< Error not otherwise covered here.     */