added "Makefile is validated"

This commit is contained in:
Przemyslaw Skibinski
2017-01-17 12:40:06 +01:00
parent 59292ef6e1
commit d72f4b6b7a
4 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -370,7 +370,7 @@ typedef struct {
typedef struct {
unsigned contentSizeFlag; /**< 1: content size will be in frame header (if known). */
unsigned checksumFlag; /**< 1: will generate a 22-bits checksum at end of frame, to be used for error detection by decompressor */
unsigned checksumFlag; /**< 1: will generate a 32-bits checksum at end of frame, to be used for error detection by decompressor */
unsigned noDictIDFlag; /**< 1: no dict ID will be saved into frame header (if dictionary compression) */
} ZSTD_frameParameters;