added a few comments for clarifications

This commit is contained in:
Yann Collet
2018-10-26 15:21:52 -07:00
parent 450356b5af
commit 8d56f4baee
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ struct ZSTD_matchState_t {
U32* hashTable3;
U32* chainTable;
optState_t opt; /* optimal parser state */
const ZSTD_matchState_t *dictMatchState;
const ZSTD_matchState_t * dictMatchState;
ZSTD_compressionParameters cParams;
};