Addressing comments on parsing

This commit is contained in:
Bimba Shrestha
2019-09-10 15:10:50 -07:00
parent 47199480da
commit 1407919d13
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1077,7 +1077,7 @@ typedef struct {
unsigned int offset;
unsigned int litLength;
unsigned int matchLength;
int rep;
unsigned int rep;
} ZSTD_Sequence;
typedef struct {