mirror of https://github.com/macssh/macssh.git
fixed deflateEnd call
This commit is contained in:
parent
6c6c1b3bfc
commit
68b35d2028
|
@ -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 *
|
||||
|
|
Loading…
Reference in New Issue