Commit f39749ce authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Gisle Vanem fixed the compressed help text zlib code

parent 87eb26a3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;