diff options
author | 2012-09-16 05:24:30 +0000 | |
---|---|---|
committer | 2012-09-16 05:24:30 +0000 | |
commit | 1a301849034da9956b893453acce8e0f9168e150 (patch) | |
tree | a39f7a6c6b4c54b7993e58cd22ea6b6bd25f37cf /src/lib/util/png.h | |
parent | 91f928d6cd774c9526c7fde7e0860aded24d08a5 (diff) |
Final round of struct/union/enum normalization.
Diffstat (limited to 'src/lib/util/png.h')
-rw-r--r-- | src/lib/util/png.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/util/png.h b/src/lib/util/png.h index 9e00f423b11..ce7b7f7e261 100644 --- a/src/lib/util/png.h +++ b/src/lib/util/png.h @@ -87,7 +87,7 @@ #define PNG_PF_Paeth 4 /* Error types */ -enum _png_error +enum png_error { PNGERR_NONE, PNGERR_OUT_OF_MEMORY, @@ -101,7 +101,6 @@ enum _png_error PNGERR_COMPRESS_ERROR, PNGERR_UNSUPPORTED_FORMAT }; -typedef enum _png_error png_error; |