Addressing comments

This commit is contained in:
Bimba Shrestha
2019-09-09 20:04:46 -07:00
parent 5f8b0f6890
commit 9e7bb55e14
4 changed files with 80 additions and 86 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ typedef struct {
typedef struct {
int collectSequences;
ZSTD_Sequence* seqStart;
ZSTD_Sequence* seqCurrent;
size_t seqIndex;
size_t maxSequences;
} SeqCollector;