diff options
Diffstat (limited to 'infback.c')
-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)); |