diff options
Diffstat (limited to '')
-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 }; |