Fix indentation of code in inflate.c.
This commit is contained in:
parent
d66a307941
commit
5b48d061c8
@ -201,7 +201,7 @@ int stream_size;
|
|||||||
#ifdef Z_SOLO
|
#ifdef Z_SOLO
|
||||||
return Z_STREAM_ERROR;
|
return Z_STREAM_ERROR;
|
||||||
#else
|
#else
|
||||||
strm->zfree = zcfree;
|
strm->zfree = zcfree;
|
||||||
#endif
|
#endif
|
||||||
state = (struct inflate_state FAR *)
|
state = (struct inflate_state FAR *)
|
||||||
ZALLOC(strm, 1, sizeof(struct inflate_state));
|
ZALLOC(strm, 1, sizeof(struct inflate_state));
|
||||||
|
Loading…
Reference in New Issue
Block a user