diff options
Diffstat (limited to 'deflate.h')
-rw-r--r-- | deflate.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ | |||
1 | /* deflate.h -- internal compression state | 1 | /* deflate.h -- internal compression state |
2 | * Copyright (C) 1995-2002 Jean-loup Gailly | 2 | * Copyright (C) 1995-2002 Jean-loup Gailly |
3 | * For conditions of distribution and use, see copyright notice in zlib.h | 3 | * For conditions of distribution and use, see copyright notice in zlib.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | /* WARNING: this file should *not* be used by applications. It is | 6 | /* WARNING: this file should *not* be used by applications. It is |
@@ -320,7 +320,7 @@ void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len, | |||
320 | #else | 320 | #else |
321 | # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) | 321 | # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) |
322 | # define _tr_tally_dist(s, distance, length, flush) \ | 322 | # define _tr_tally_dist(s, distance, length, flush) \ |
323 | flush = _tr_tally(s, distance, length) | 323 | flush = _tr_tally(s, distance, length) |
324 | #endif | 324 | #endif |
325 | 325 | ||
326 | #endif /* DEFLATE_H */ | 326 | #endif /* DEFLATE_H */ |