diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:23:27 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:23:27 -0700 |
commit | 7a33a861d1526894272a8a4b08527ce32316d750 (patch) | |
tree | 3611b8e0f01c20f809015f30fba0a599daf1413b /contrib/gzappend | |
parent | a2506218cd8c32416d0d15260834f3c23d910fc8 (diff) | |
download | zlib-1.2.1.tar.gz zlib-1.2.1.tar.bz2 zlib-1.2.1.zip |
zlib 1.2.1v1.2.1
Diffstat (limited to 'contrib/gzappend')
-rw-r--r-- | contrib/gzappend/gzappend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gzappend/gzappend.c b/contrib/gzappend/gzappend.c index f051864..f2e9e4f 100644 --- a/contrib/gzappend/gzappend.c +++ b/contrib/gzappend/gzappend.c | |||
@@ -167,7 +167,7 @@ local void rotate(unsigned char *list, unsigned len, unsigned rot) | |||
167 | /* structure for gzip file read operations */ | 167 | /* structure for gzip file read operations */ |
168 | typedef struct { | 168 | typedef struct { |
169 | int fd; /* file descriptor */ | 169 | int fd; /* file descriptor */ |
170 | int size; /* 1 << size is bytes in buf */ | 170 | int size; /* 1 << size is bytes in buf */ |
171 | unsigned left; /* bytes available at next */ | 171 | unsigned left; /* bytes available at next */ |
172 | unsigned char *buf; /* buffer */ | 172 | unsigned char *buf; /* buffer */ |
173 | unsigned char *next; /* next byte in buffer */ | 173 | unsigned char *next; /* next byte in buffer */ |