]> sjero.net Git - wget/blobdiff - src/warc.c
warc: use the right type for the gzip stream
[wget] / src / warc.c
index 6935aaf1b136144626e92a2080047d5129929e93..24751dbf90d028471477aad0feb5af92f645b31d 100644 (file)
@@ -75,7 +75,7 @@ static FILE *warc_current_file;
 #ifdef HAVE_LIBZ
 /* The gzip stream for the current WARC file
    (or NULL, if WARC or gzip is disabled). */
-static gzFile *warc_current_gzfile;
+static gzFile warc_current_gzfile;
 
 /* The offset of the current gzip record in the WARC file. */
 static off_t warc_current_gzfile_offset;