diff options
Diffstat (limited to 'bin/gzip/bits.c')
| -rw-r--r-- | bin/gzip/bits.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gzip/bits.c b/bin/gzip/bits.c index a3d31fbd..1a453648 100644 --- a/bin/gzip/bits.c +++ b/bin/gzip/bits.c @@ -177,7 +177,7 @@ void bi_windup() */ void copy_block(buf, len, header) char *buf; /* the input data */ unsigned len; /* its length */ -int header; /* true if block header must be written */ +int header; /* true if block header must be written */ { bi_windup(); /* align on byte boundary */ |
