Skip to content

Commit

Permalink
Update vestigial comment from very old Info-ZIP deflate.
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Jan 15, 2017
1 parent 4c7c907 commit 37ed211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trees.c
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 37ed211

Please sign in to comment.