added error code workSpace_tooSmall

This commit is contained in:
Yann Collet
2018-02-26 15:11:50 -08:00
parent 6cdf690441
commit 89741653ab
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -69,6 +69,7 @@ typedef enum {
ZSTD_error_stage_wrong = 60,
ZSTD_error_init_missing = 62,
ZSTD_error_memory_allocation = 64,
ZSTD_error_workSpace_tooSmall= 66,
ZSTD_error_dstSize_tooSmall = 70,
ZSTD_error_srcSize_wrong = 72,
/* following error codes are __NOT STABLE__, they can be removed or changed in future versions */