1
0
mirror of https://github.com/madler/zlib synced 2025-03-28 21:13:15 +00:00

Fix indent in infback.c.

This commit is contained in:
Mark Adler 2024-12-30 18:52:33 -08:00
parent ef24c4c750
commit 71045aef60

View File

@ -46,7 +46,7 @@ int ZEXPORT inflateBackInit_(z_streamp strm, int windowBits,
#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));