summaryrefslogtreecommitdiff
path: root/gzio.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:15:17 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:15:17 -0700
commite26a448e9673d67dc2866e11a48d24fc352e5f80 (patch)
treea2dc10debfd34979dde501afbf1cce6a6c3cbcb7 /gzio.c
parent423eb40306489f9c88f7dba32c2f69179166730b (diff)
downloadzlib-1.0.2.tar.gz
zlib-1.0.2.tar.bz2
zlib-1.0.2.zip
zlib 1.0.2v1.0.2
Diffstat (limited to 'gzio.c')
-rw-r--r--gzio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gzio.c b/gzio.c
index 6f6832b..44ca9e8 100644
--- a/gzio.c
+++ b/gzio.c
@@ -3,7 +3,7 @@
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
6/* $Id: gzio.c,v 1.12 1996/01/30 21:59:14 me Exp $ */ 6/* $Id: gzio.c,v 1.13 1996/05/22 11:52:24 me Exp $ */
7 7
8#include <stdio.h> 8#include <stdio.h>
9 9