Fix indentation of code in inflate.c.

This commit is contained in:
Mark Adler 2011-10-09 15:25:48 -07:00
parent d66a307941
commit 5b48d061c8

View File

@ -201,7 +201,7 @@ int stream_size;
#ifdef Z_SOLO
return Z_STREAM_ERROR;
#else
strm->zfree = zcfree;
strm->zfree = zcfree;
#endif
state = (struct inflate_state FAR *)
ZALLOC(strm, 1, sizeof(struct inflate_state));