diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-11-02 23:24:25 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-11-02 23:25:39 +0100 |
commit | 7504a85e5a9a55da7b394bbfc0dbee25cb9b6d09 (patch) | |
tree | ad1410e820945698569746be9dc2db8fa95f707c /thirdparty/libpng/pngrio.c | |
parent | cc54189911e47ef1d432521df7d976b818123b1e (diff) | |
download | redot-engine-7504a85e5a9a55da7b394bbfc0dbee25cb9b6d09.tar.gz |
libpng: Update to upstream 1.6.26
Diffstat (limited to 'thirdparty/libpng/pngrio.c')
-rw-r--r-- | thirdparty/libpng/pngrio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/thirdparty/libpng/pngrio.c b/thirdparty/libpng/pngrio.c index 5101d54a62..7e26e855ca 100644 --- a/thirdparty/libpng/pngrio.c +++ b/thirdparty/libpng/pngrio.c @@ -1,8 +1,8 @@ /* pngrio.c - functions for data input * - * Last changed in libpng 1.6.17 [March 26, 2015] - * Copyright (c) 1998-2002,2004,2006-2015 Glenn Randers-Pehrson + * Last changed in libpng 1.6.24 [August 4, 2016] + * Copyright (c) 1998-2002,2004,2006-2016 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * @@ -85,7 +85,7 @@ png_default_read_data(png_structp png_ptr, png_bytep data, png_size_t length) */ void PNGAPI png_set_read_fn(png_structrp png_ptr, png_voidp io_ptr, - png_rw_ptr read_data_fn) + png_rw_ptr read_data_fn) { if (png_ptr == NULL) return; |