summaryrefslogtreecommitdiff
path: root/inflate.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2012-02-12 14:11:48 -0800
committerMark Adler <madler@alumni.caltech.edu>2012-02-12 14:20:33 -0800
commit94acb3c1a0fbd14482224d6af3699ddb9e163510 (patch)
tree30d1123bc8280cae5bfb2a5301eb8201587ff714 /inflate.c
parent75143f819f14428f114ef69980af69071d65cbf9 (diff)
downloadzlib-1.2.6.1.tar.gz
zlib-1.2.6.1.tar.bz2
zlib-1.2.6.1.zip
zlib 1.2.6.1v1.2.6.1
Diffstat (limited to '')
-rw-r--r--inflate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/inflate.c b/inflate.c
index 70cd7d9..47418a1 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-2011 Mark Adler 2 * Copyright (C) 1995-2012 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