aboutsummaryrefslogtreecommitdiff
path: root/trees.c
diff options
context:
space:
mode:
authorMark Adler <git@madler.net>2026-02-17 02:31:51 -0800
committerMark Adler <git@madler.net>2026-02-17 04:47:06 -0800
commit9e35567064baded660f61732b247ef5abc809014 (patch)
tree79b5a06f88838dd54f90f821e8650254abfedb7e /trees.c
parent890953a4e40bfb96fdfed161b1a7a8fcc1216790 (diff)
downloadzlib-9e35567064baded660f61732b247ef5abc809014.tar.gz
zlib-9e35567064baded660f61732b247ef5abc809014.tar.bz2
zlib-9e35567064baded660f61732b247ef5abc809014.zip
Version 1.3.2
Diffstat (limited to 'trees.c')
-rw-r--r--trees.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trees.c b/trees.c
index e5524367..8e4da01e 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-2024 Jean-loup Gailly 2 * Copyright (C) 1995-2026 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 */