Fix indentation of code in inflate.c.

pull/2/head
Mark Adler 13 years ago
parent d66a307941
commit 5b48d061c8
  1. 2
      inflate.c

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

Loading…
Cancel
Save