From 79fbcdc939b5d515218187a0d5f2526fb632075a Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:24:02 -0700 Subject: zlib 1.2.2 --- contrib/untgz/untgz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/untgz') diff --git a/contrib/untgz/untgz.c b/contrib/untgz/untgz.c index 3a30768..2c391e5 100644 --- a/contrib/untgz/untgz.c +++ b/contrib/untgz/untgz.c @@ -97,7 +97,7 @@ struct attr_item struct attr_item *next; char *fname; int mode; - time_t time; + time_t time; }; enum { TGZ_EXTRACT, TGZ_LIST, TGZ_INVALID }; -- cgit v1.2.3-55-g6feb