mirror of
https://github.com/curl/curl.git
synced 2026-04-16 15:51:40 +03:00
Gisle Vanem fixed the compressed help text zlib code
This commit is contained in:
parent
87eb26a33d
commit
f39749cee4
1 changed files with 0 additions and 2 deletions
|
|
@ -158,8 +158,6 @@ void hugehelp(void)
|
|||
z.zalloc = (alloc_func)Z_NULL;
|
||||
z.zfree = (free_func)Z_NULL;
|
||||
z.opaque = 0;
|
||||
z.next_in = NULL;
|
||||
z.avail_in = 0;
|
||||
|
||||
if (inflateInit2(&z, -MAX_WBITS) != Z_OK)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue