Spacing cleanup.

This commit is contained in:
Mark Adler 2013-05-23 20:11:54 -07:00
parent ceeb615f46
commit 303d92cfee
1 changed files with 1 additions and 1 deletions

View File

@ -1151,7 +1151,7 @@ local uInt longest_match(s, cur_match)
{
unsigned chain_length = s->max_chain_length;/* max hash chain length */
register Bytef *scan = s->window + s->strstart; /* current string */
register Bytef *match; /* matched string */
register Bytef *match; /* matched string */
register int len; /* length of current match */
int best_len = s->prev_length; /* best match length so far */
int nice_match = s->nice_match; /* stop if match long enough */