summaryrefslogtreecommitdiffstats
path: root/libpng/infutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpng/infutil.c')
-rw-r--r--libpng/infutil.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/libpng/infutil.c b/libpng/infutil.c
index 824dab5..537c8c7 100644
--- a/libpng/infutil.c
+++ b/libpng/infutil.c
@@ -1,5 +1,5 @@
/* inflate_util.c -- data and routines common to blocks and codes
- * Copyright (C) 1995-1998 Mark Adler
+ * Copyright (C) 1995-2002 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
@@ -20,10 +20,7 @@ uInt inflate_mask[17] = {
/* copy as much as possible from the sliding window to the output area */
-int inflate_flush(s, z, r)
-inflate_blocks_statef *s;
-z_streamp z;
-int r;
+int inflate_flush(inflate_blocks_statef *s, z_streamp z, int r)
{
uInt n;
Bytef *p;