diff options
Diffstat (limited to 'zip.c')
| -rw-r--r-- | zip.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -17,7 +17,6 @@ struct zip { - bool finished; char *basedir; struct cftw *cftw; ZIPstream *stream; @@ -216,7 +215,6 @@ static int finalize(struct zip *const z) return -1; } - z->finished = true; z->next = dump_final; return 0; } |
