Skip to content

Commit

Permalink
C90 nit
Browse files Browse the repository at this point in the history
  • Loading branch information
embg committed Dec 19, 2022
1 parent 6199dc6 commit 98b37e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/compress/zstd_compress.c
Original file line number Diff line number Diff line change
Expand Up @@ -2921,7 +2921,8 @@ static size_t ZSTD_postProcessExternalMatchFinderResult(

#if defined(DEBUGLEVEL) && (DEBUGLEVEL>=2)
{
size_t coveredBytes, idx;
size_t coveredBytes = 0;
size_t idx = 0;

for (idx = 0; idx < nbExternalSeqs; idx++) {
/* We already know that nbExternalSeqs <= outSeqsCapacity */
Expand Down

0 comments on commit 98b37e2

Please sign in to comment.