diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-10-09 15:25:48 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-10-09 15:25:48 -0700 |
commit | 5b48d061c8c46bc19e6ad965157440880e5708b9 (patch) | |
tree | 3e9b99290a4d46d536a70570132eef00c1adc71a /inflate.c | |
parent | d66a30794183e04f121fd1464d7bfcfbbcaf64ed (diff) | |
download | zlib-5b48d061c8c46bc19e6ad965157440880e5708b9.tar.gz zlib-5b48d061c8c46bc19e6ad965157440880e5708b9.tar.bz2 zlib-5b48d061c8c46bc19e6ad965157440880e5708b9.zip |
Fix indentation of code in inflate.c.
Diffstat (limited to 'inflate.c')
-rw-r--r-- | inflate.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -201,7 +201,7 @@ int stream_size; | |||
201 | #ifdef Z_SOLO | 201 | #ifdef Z_SOLO |
202 | return Z_STREAM_ERROR; | 202 | return Z_STREAM_ERROR; |
203 | #else | 203 | #else |
204 | strm->zfree = zcfree; | 204 | strm->zfree = zcfree; |
205 | #endif | 205 | #endif |
206 | state = (struct inflate_state FAR *) | 206 | state = (struct inflate_state FAR *) |
207 | ZALLOC(strm, 1, sizeof(struct inflate_state)); | 207 | ZALLOC(strm, 1, sizeof(struct inflate_state)); |