mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
Gisle Vanem fixed the compressed help text zlib code
This commit is contained in:
parent
87eb26a33d
commit
f39749cee4
@ -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…
Reference in New Issue
Block a user