X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fwarc.c;h=24751dbf90d028471477aad0feb5af92f645b31d;hp=6935aaf1b136144626e92a2080047d5129929e93;hb=639a4545287b79baa8783c90c38a572b406714c7;hpb=9cc514d21ced5b18c9db1bec418c04a99d3d6c5c diff --git a/src/warc.c b/src/warc.c index 6935aaf1..24751dbf 100644 --- a/src/warc.c +++ b/src/warc.c @@ -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;