fix proper type for .forceNonContiguous

This commit is contained in:
Yann Collet 2024-12-10 14:14:07 -08:00
parent 76dd3a98c4
commit 03d95f9d13

View File

@ -301,7 +301,7 @@ struct ZSTD_matchState_t {
U32* hashTable3;
U32* chainTable;
U32 forceNonContiguous; /* Non-zero if we should force non-contiguous load for the next window update. */
int forceNonContiguous; /* Non-zero if we should force non-contiguous load for the next window update. */
int dedicatedDictSearch; /* Indicates whether this matchState is using the
* dedicated dictionary search structure.