Fix indent in infback.c.

pull/1039/head
Mark Adler 2 months ago
parent ef24c4c750
commit 71045aef60
  1. 2
      infback.c

@ -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));

Loading…
Cancel
Save