diff options
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)); |