From 25e5325501edade156e897f95afdaa2be78ad9a3 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:10:21 -0700 Subject: zlib 0.95 --- gzio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gzio.c') diff --git a/gzio.c b/gzio.c index 1f0f9fc..cd932d3 100644 --- a/gzio.c +++ b/gzio.c @@ -234,7 +234,7 @@ gzFile gzdopen (fd, mode) */ int gzread (file, buf, len) gzFile file; - voidnp buf; + voidp buf; unsigned len; { gz_stream *s = (gz_stream*)file; @@ -292,7 +292,7 @@ int gzread (file, buf, len) */ int gzwrite (file, buf, len) gzFile file; - voidnp buf; + voidp buf; unsigned len; { gz_stream *s = (gz_stream*)file; -- cgit v1.2.3-55-g6feb