aboutsummaryrefslogtreecommitdiff
path: root/deflate.h
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:22:37 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:22:37 -0700
commit4b5a43a219d51066c01ff2ab86af18b967f2d0dd (patch)
tree4dcaf0cd18751d04cf638a9a6ec521990d4f2e90 /deflate.h
parent086e982175da84b3db958191031380794315f95f (diff)
downloadzlib-4b5a43a219d51066c01ff2ab86af18b967f2d0dd.tar.gz
zlib-4b5a43a219d51066c01ff2ab86af18b967f2d0dd.tar.bz2
zlib-4b5a43a219d51066c01ff2ab86af18b967f2d0dd.zip
zlib 1.2.0.5v1.2.0.5
Diffstat (limited to 'deflate.h')
-rw-r--r--deflate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/deflate.h b/deflate.h
index de3e6ce..e31f66b 100644
--- a/deflate.h
+++ b/deflate.h
@@ -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 */