summaryrefslogtreecommitdiff
path: root/bin/gzip/bits.c
diff options
context:
space:
mode:
authorKacper <kacper@mail.openlinux.dev>2025-12-25 19:24:38 +0100
committerKacper <kacper@mail.openlinux.dev>2025-12-25 20:35:03 +0100
commita984eb367c032dbe2577f01238c3d1268526be70 (patch)
tree437fef40379b2758b129ccea39df3570fa2d145e /bin/gzip/bits.c
parent8834571b202cf4dc9c649cfb096c213b6ecf1566 (diff)
Clang-tidy fixes
Diffstat (limited to 'bin/gzip/bits.c')
-rw-r--r--bin/gzip/bits.c2
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 */