aboutsummaryrefslogtreecommitdiff
path: root/trees.c
diff options
context:
space:
mode:
Diffstat (limited to 'trees.c')
-rw-r--r--trees.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/trees.c b/trees.c
index 357f313..50cf4b4 100644
--- a/trees.c
+++ b/trees.c
@@ -1,5 +1,5 @@
1/* trees.c -- output deflated data using Huffman coding 1/* trees.c -- output deflated data using Huffman coding
2 * Copyright (C) 1995-2016 Jean-loup Gailly 2 * Copyright (C) 1995-2017 Jean-loup Gailly
3 * detect_data_type() function provided freely by Cosmin Truta, 2006 3 * detect_data_type() function provided freely by Cosmin Truta, 2006
4 * For conditions of distribution and use, see copyright notice in zlib.h 4 * For conditions of distribution and use, see copyright notice in zlib.h
5 */ 5 */
@@ -906,7 +906,7 @@ void ZLIB_INTERNAL _tr_align(s)
906 906
907/* =========================================================================== 907/* ===========================================================================
908 * Determine the best encoding for the current block: dynamic trees, static 908 * Determine the best encoding for the current block: dynamic trees, static
909 * trees or store, and output the encoded block to the zip file. 909 * trees or store, and write out the encoded block.
910 */ 910 */
911void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) 911void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last)
912 deflate_state *s; 912 deflate_state *s;