1
0
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:
Daniel Stenberg 2004-01-22 14:27:58 +00:00
parent 87eb26a33d
commit f39749cee4

View File

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