aboutsummaryrefslogtreecommitdiff
path: root/gzread.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2024-02-09 16:47:38 -0800
committerMark Adler <madler@alumni.caltech.edu>2024-02-09 20:11:39 -0800
commitceac32f156c4d39bf991e1163223b8d910a258d3 (patch)
tree9d78ad19aa76dc3de29c43527b7bfd133aecc53e /gzread.c
parent1bff6f0fd500ab2556b235adebe8a376b0cd85a1 (diff)
downloadzlib-ceac32f156c4d39bf991e1163223b8d910a258d3.tar.gz
zlib-ceac32f156c4d39bf991e1163223b8d910a258d3.tar.bz2
zlib-ceac32f156c4d39bf991e1163223b8d910a258d3.zip
Keep lines short in gzread.c.
Diffstat (limited to 'gzread.c')
-rw-r--r--gzread.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gzread.c b/gzread.c
index 4168cbc..2d4ca42 100644
--- a/gzread.c
+++ b/gzread.c
@@ -374,7 +374,8 @@ int ZEXPORT gzread(gzFile file, voidp buf, unsigned len) {
374} 374}
375 375
376/* -- see zlib.h -- */ 376/* -- see zlib.h -- */
377z_size_t ZEXPORT gzfread(voidp buf, z_size_t size, z_size_t nitems, gzFile file) { 377z_size_t ZEXPORT gzfread(voidp buf, z_size_t size, z_size_t nitems,
378 gzFile file) {
378 z_size_t len; 379 z_size_t len;
379 gz_statep state; 380 gz_statep state;
380 381