From 68b35d202868c3b207adfca7037a5022fad1cae9 Mon Sep 17 00:00:00 2001 From: chombier <> Date: Tue, 2 Oct 2001 07:47:14 +0000 Subject: [PATCH] fixed deflateEnd call --- lsh/src/zlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsh/src/zlib.c b/lsh/src/zlib.c index 7af4579..f4b9489 100755 --- a/lsh/src/zlib.c +++ b/lsh/src/zlib.c @@ -84,7 +84,7 @@ static const struct zlib_type zlib_inflate = { inflateEnd, "inflate" }; static const struct zlib_type -zlib_deflate = { inflateEnd, "deflate" }; +zlib_deflate = { deflateEnd, "deflate" }; /* zlib memory functions */ void *