Line length cleanup.

This commit is contained in:
Mark Adler
2013-03-24 22:30:40 -07:00
parent c661c374e8
commit f81b79c559
2 changed files with 3 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ unsigned start; /* inflate()'s starting value for strm->avail_out */
{
struct inflate_state FAR *state;
z_const unsigned char FAR *in; /* local strm->next_in */
z_const unsigned char FAR *last; /* while in < last, enough input available */
z_const unsigned char FAR *last; /* have enough input while in < last */
unsigned char FAR *out; /* local strm->next_out */
unsigned char FAR *beg; /* inflate()'s initial strm->next_out */
unsigned char FAR *end; /* while out < end, enough space available */