fixed deflateEnd call

This commit is contained in:
chombier 2001-10-02 07:47:14 +00:00
parent 6c6c1b3bfc
commit 68b35d2028
1 changed files with 1 additions and 1 deletions

View File

@ -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 *