code cleanup

This commit is contained in:
inikep
2016-03-04 19:52:23 +01:00
parent 805d2a7465
commit e29caf7d1c
3 changed files with 7 additions and 10 deletions
+2 -2
View File
@@ -206,13 +206,13 @@ typedef struct {
U32 litLengthSum;
U32 litSum;
U32 offCodeSum;
#if ZSTD_OPT_DEBUG == 3
U32 realMatchSum;
U32 realLitSum;
U32 realSeqSum;
U32 realRepSum;
U32 factor;
U32 factor2;
U32 priceFunc;
#endif
} seqStore_t;
seqStore_t ZSTD_copySeqStore(const ZSTD_CCtx* ctx);