diff options
Diffstat (limited to 'trees.c')
-rw-r--r-- | trees.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | */ |
911 | void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) | 911 | void ZLIB_INTERNAL _tr_flush_block(s, buf, stored_len, last) |
912 | deflate_state *s; | 912 | deflate_state *s; |