X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flibchdr%2Fdeps%2Fzlib-1.3.1%2Fcontrib%2Fpuff%2Fpuff.c;fp=deps%2Flibchdr%2Fdeps%2Fzlib-1.2.13%2Fcontrib%2Fpuff%2Fpuff.c;h=d759825ab1d79fc67b453944931f87d14b6f591e;hb=648db22b0750712da893c306efcc8e4b2d3a4e3c;hp=6737ff6153f1d744f64162b2683130c108e643e2;hpb=e2fb1389dc12376acb84e4993ed3b08760257252;p=pcsx_rearmed.git diff --git a/deps/libchdr/deps/zlib-1.2.13/contrib/puff/puff.c b/deps/libchdr/deps/zlib-1.3.1/contrib/puff/puff.c similarity index 99% rename from deps/libchdr/deps/zlib-1.2.13/contrib/puff/puff.c rename to deps/libchdr/deps/zlib-1.3.1/contrib/puff/puff.c index 6737ff61..d759825a 100644 --- a/deps/libchdr/deps/zlib-1.2.13/contrib/puff/puff.c +++ b/deps/libchdr/deps/zlib-1.3.1/contrib/puff/puff.c @@ -593,10 +593,10 @@ local int fixed(struct state *s) * provided for each of the literal/length symbols, and for each of the * distance symbols. * - * - If a symbol is not used in the block, this is represented by a zero as - * as the code length. This does not mean a zero-length code, but rather - * that no code should be created for this symbol. There is no way in the - * deflate format to represent a zero-length code. + * - If a symbol is not used in the block, this is represented by a zero as the + * code length. This does not mean a zero-length code, but rather that no + * code should be created for this symbol. There is no way in the deflate + * format to represent a zero-length code. * * - The maximum number of bits in a code is 15, so the possible lengths for * any code are 1..15.