mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
fixed ISO C incompatibility
This commit is contained in:
parent
1d5e9705db
commit
4f41631aa4
1 changed files with 1 additions and 1 deletions
|
|
@ -2764,7 +2764,7 @@ ZSTD_buildSequencesStatistics(
|
|||
const BYTE* const ofCodeTable = seqStorePtr->ofCode;
|
||||
const BYTE* const llCodeTable = seqStorePtr->llCode;
|
||||
const BYTE* const mlCodeTable = seqStorePtr->mlCode;
|
||||
ZSTD_symbolEncodingTypeStats_t stats = {};
|
||||
ZSTD_symbolEncodingTypeStats_t stats;
|
||||
|
||||
stats.lastCountSize = 0;
|
||||
/* convert length/distances into codes */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue