diff options
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 */ |