diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:24:02 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:24:02 -0700 |
commit | 79fbcdc939b5d515218187a0d5f2526fb632075a (patch) | |
tree | dc82b3a452568093ab8a9f365126ba56a419eea1 /contrib/untgz/untgz.c | |
parent | 7a6955760ba950eb82f57929f8f6c9847c65f0af (diff) | |
download | zlib-1.2.2.tar.gz zlib-1.2.2.tar.bz2 zlib-1.2.2.zip |
zlib 1.2.2v1.2.2
Diffstat (limited to 'contrib/untgz/untgz.c')
-rw-r--r-- | contrib/untgz/untgz.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
97 | struct attr_item *next; | 97 | struct attr_item *next; |
98 | char *fname; | 98 | char *fname; |
99 | int mode; | 99 | int mode; |
100 | time_t time; | 100 | time_t time; |
101 | }; | 101 | }; |
102 | 102 | ||
103 | enum { TGZ_EXTRACT, TGZ_LIST, TGZ_INVALID }; | 103 | enum { TGZ_EXTRACT, TGZ_LIST, TGZ_INVALID }; |