Skip to content

Commit

Permalink
Changed enum typedef to make this Doxygen-friendly.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 24, 2012
1 parent d4a99cc commit af4bf84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/physfs.h
Expand Up @@ -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. */
Expand Down

0 comments on commit af4bf84

Please sign in to comment.