diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2024-02-09 16:47:38 -0800 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2024-02-09 20:11:39 -0800 |
| commit | ceac32f156c4d39bf991e1163223b8d910a258d3 (patch) | |
| tree | 9d78ad19aa76dc3de29c43527b7bfd133aecc53e | |
| parent | 1bff6f0fd500ab2556b235adebe8a376b0cd85a1 (diff) | |
| download | zlib-ceac32f156c4d39bf991e1163223b8d910a258d3.tar.gz zlib-ceac32f156c4d39bf991e1163223b8d910a258d3.tar.bz2 zlib-ceac32f156c4d39bf991e1163223b8d910a258d3.zip | |
Keep lines short in gzread.c.
| -rw-r--r-- | gzread.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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 -- */ |
| 377 | z_size_t ZEXPORT gzfread(voidp buf, z_size_t size, z_size_t nitems, gzFile file) { | 377 | z_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 | ||
