From: Yann Collet Date: Tue, 21 Nov 2017 18:36:14 +0000 (-0800) Subject: fixed comment, reported by @gyscos X-Git-Tag: v1.3.3^2~32^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F924%2Fhead;p=thirdparty%2Fzstd.git fixed comment, reported by @gyscos --- diff --git a/lib/compress/zstd_opt.c b/lib/compress/zstd_opt.c index 1defcb8fe..66a7da19c 100644 --- a/lib/compress/zstd_opt.c +++ b/lib/compress/zstd_opt.c @@ -662,7 +662,7 @@ _shortestPath: /* cur, last_pos, best_mlen, best_off have to be set */ anchor = ip; } } ZSTD_setLog2Prices(optStatePtr); - } while (ip < ilimit) + } /* while (ip < ilimit) */ /* Save reps for next block */ { int i; for (i=0; irepToConfirm[i] = rep[i]; }