=== modified file 'src/warc.c' --- src/warc.c 2012-04-02 11:26:23 +0000 +++ src/warc.c 2012-04-13 09:26:49 +0000 @@ -75,7 +75,7 @@ #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;