changed enum type name to ZSTD_ErrorCode

This commit is contained in:
Yann Collet
2016-02-05 02:33:10 +01:00
parent 953ce72f4a
commit 982ffc773d
6 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ extern "C" {
/*-****************************************
* Customization
******************************************/
typedef ZSTD_errorCode ERR_enum;
typedef ZSTD_ErrorCode ERR_enum;
#define PREFIX(name) ZSTD_error_##name