fixed comment, reported by @gyscos
This commit is contained in:
parent
4154aec679
commit
f8d5c478af
@ -662,7 +662,7 @@ _shortestPath: /* cur, last_pos, best_mlen, best_off have to be set */
|
|||||||
anchor = ip;
|
anchor = ip;
|
||||||
} }
|
} }
|
||||||
ZSTD_setLog2Prices(optStatePtr);
|
ZSTD_setLog2Prices(optStatePtr);
|
||||||
} while (ip < ilimit)
|
} /* while (ip < ilimit) */
|
||||||
|
|
||||||
/* Save reps for next block */
|
/* Save reps for next block */
|
||||||
{ int i; for (i=0; i<ZSTD_REP_NUM; i++) seqStorePtr->repToConfirm[i] = rep[i]; }
|
{ int i; for (i=0; i<ZSTD_REP_NUM; i++) seqStorePtr->repToConfirm[i] = rep[i]; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user