aboutsummaryrefslogtreecommitdiff
path: root/inflate.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-12-18 10:39:45 -0800
committerMark Adler <madler@alumni.caltech.edu>2011-12-18 10:39:45 -0800
commitfe61dfb8a27754137c2f6a1ff59b1e55d615210e (patch)
tree5c18d4c82b6bedfe00746f0588e7a268cf381738 /inflate.c
parent4ab814df83f0ef5a0ccb28f19c3bd52c837ae4ec (diff)
downloadzlib-fe61dfb8a27754137c2f6a1ff59b1e55d615210e.tar.gz
zlib-fe61dfb8a27754137c2f6a1ff59b1e55d615210e.tar.bz2
zlib-fe61dfb8a27754137c2f6a1ff59b1e55d615210e.zip
zlib 1.2.5.2v1.2.5.2
Diffstat (limited to 'inflate.c')
-rw-r--r--inflate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/inflate.c b/inflate.c
index 92a4665..cc89517 100644
--- a/inflate.c
+++ b/inflate.c
@@ -1,5 +1,5 @@
1/* inflate.c -- zlib decompression 1/* inflate.c -- zlib decompression
2 * Copyright (C) 1995-2010 Mark Adler 2 * Copyright (C) 1995-2011 Mark Adler
3 * For conditions of distribution and use, see copyright notice in zlib.h 3 * For conditions of distribution and use, see copyright notice in zlib.h
4 */ 4 */
5 5