diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2024-12-30 18:52:33 -0800 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2024-12-30 18:52:33 -0800 |
commit | 71045aef60fc8d808ce31993224eb49156c4698a (patch) | |
tree | ad959a3bbba3cab1f99c3c5e6fa6c1175a15f6be | |
parent | ef24c4c7502169f016dcd2a26923dbaf3216748c (diff) | |
download | zlib-71045aef60fc8d808ce31993224eb49156c4698a.tar.gz zlib-71045aef60fc8d808ce31993224eb49156c4698a.tar.bz2 zlib-71045aef60fc8d808ce31993224eb49156c4698a.zip |
Fix indent in infback.c.
Diffstat (limited to '')
-rw-r--r-- | infback.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ int ZEXPORT inflateBackInit_(z_streamp strm, int windowBits, | |||
46 | #ifdef Z_SOLO | 46 | #ifdef Z_SOLO |
47 | return Z_STREAM_ERROR; | 47 | return Z_STREAM_ERROR; |
48 | #else | 48 | #else |
49 | strm->zfree = zcfree; | 49 | strm->zfree = zcfree; |
50 | #endif | 50 | #endif |
51 | state = (struct inflate_state FAR *)ZALLOC(strm, 1, | 51 | state = (struct inflate_state FAR *)ZALLOC(strm, 1, |
52 | sizeof(struct inflate_state)); | 52 | sizeof(struct inflate_state)); |