mirror of
https://github.com/facebook/zstd.git
synced 2025-09-16 09:36:32 +02:00
update external sequence error to fit error naming scheme
This commit is contained in:
@@ -94,7 +94,7 @@ typedef enum {
|
||||
ZSTD_error_dstBuffer_wrong = 104,
|
||||
ZSTD_error_srcBuffer_wrong = 105,
|
||||
ZSTD_error_externalMatchFinder_failed = 106,
|
||||
ZSTD_error_invalid_external_sequences = 107,
|
||||
ZSTD_error_externalSequences_invalid = 107,
|
||||
ZSTD_error_maxCode = 120 /* never EVER use this value directly, it can change in future versions! Use ZSTD_isError() instead */
|
||||
} ZSTD_ErrorCode;
|
||||
|
||||
|
Reference in New Issue
Block a user