diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2002-04-07 17:23:32 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2002-04-07 17:23:32 (GMT) |
commit | 7cbe6514d4bb3f8c0e4b64a6c357df500c111798 (patch) | |
tree | c38e1a43019260d8c13223b0bab64424c575dfcb /libpng/infutil.c | |
parent | d8da737acd32d4cdd8e956ee7bc8329ad73c8d58 (diff) | |
download | Doxygen-7cbe6514d4bb3f8c0e4b64a6c357df500c111798.zip Doxygen-7cbe6514d4bb3f8c0e4b64a6c357df500c111798.tar.gz Doxygen-7cbe6514d4bb3f8c0e4b64a6c357df500c111798.tar.bz2 |
Release-1.2.15-20020407
Diffstat (limited to 'libpng/infutil.c')
-rw-r--r-- | libpng/infutil.c | 7 |
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; |