diff options
author | 2017-01-25 17:15:54 +0100 | |
---|---|---|
committer | 2017-01-25 17:15:54 +0100 | |
commit | 93c92be81517a982ef9b47eed610a3e42ed244bc (patch) | |
tree | 60ad45f195db92267e54cf44f61d6f932803301f /3rdparty/zlib/trees.c | |
parent | c11c22b3e83bdf7ac8d48f0a8e3be48ba31786f8 (diff) |
updated to zlib 1.2.11 (nw)
Diffstat (limited to '3rdparty/zlib/trees.c')
-rw-r--r-- | 3rdparty/zlib/trees.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/zlib/trees.c b/3rdparty/zlib/trees.c index 357f3139254..50cf4b4571c 100644 --- a/3rdparty/zlib/trees.c +++ b/3rdparty/zlib/trees.c @@ -1,5 +1,5 @@ /* trees.c -- output deflated data using Huffman coding - * Copyright (C) 1995-2016 Jean-loup Gailly + * Copyright (C) 1995-2017 Jean-loup Gailly * detect_data_type() function provided freely by Cosmin Truta, 2006 * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -906,7 +906,7 @@ void ZLIB_INTERNAL _tr_align(s) /* =========================================================================== * Determine the best encoding for the current block: dynamic trees, static - * trees or store, and output the encoded block to the zip file. + * trees or store, and write out the encoded block. */ void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) deflate_state *s; |