[libpng16] Fix typo (extra "*/") in contrib/libtests/fakepng.c

This commit is contained in:
Glenn Randers-Pehrson 2015-09-15 17:07:34 -05:00
parent 33a97c5c8a
commit 1e16e8829d
3 changed files with 5 additions and 6 deletions

View File

@ -1,4 +1,4 @@
Libpng 1.6.19beta03 - August 21, 2015 Libpng 1.6.19beta03 - September 15, 2015
This is not intended to be a public release. It will be replaced This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version. within a few weeks by a public version or by another test version.
@ -64,7 +64,7 @@ Version 1.6.19beta02 [August 19, 2015]
in ANSI-C (unlike 0x80000000 in the signed case) the checking that in ANSI-C (unlike 0x80000000 in the signed case) the checking that
occurs later can catch them (John Bowler). occurs later can catch them (John Bowler).
Version 1.6.19beta03 [August 21, 2015] Version 1.6.19beta03 [September 15, 2015]
Fixed png_save_int_32 when int is not 2's complement (John Bowler). Fixed png_save_int_32 when int is not 2's complement (John Bowler).
Send comments/corrections/commendations to png-mng-implement at lists.sf.net Send comments/corrections/commendations to png-mng-implement at lists.sf.net

View File

@ -4440,8 +4440,7 @@ Version 1.6.1beta05 [March 1, 2013]
Version 1.6.1beta06 [March 4, 2013] Version 1.6.1beta06 [March 4, 2013]
Better documentation of unknown handling API interactions. Better documentation of unknown handling API interactions.
Corrected Android builds and corrected libpng.vers with symbol Corrected Android builds and corrected libpng.vers with symbol
prefixing. It also makes those tests prefixing. It also makes those tests compile and link on Android.
compile and link on Android.
Added an API png_set_option() to set optimization options externally, Added an API png_set_option() to set optimization options externally,
providing an alternative and general solution for the non-portable providing an alternative and general solution for the non-portable
run-time tests used by the ARM Neon code, using the PNG_ARM_NEON option. run-time tests used by the ARM Neon code, using the PNG_ARM_NEON option.
@ -5346,7 +5345,7 @@ Version 1.6.19beta02 [August 19, 2015]
in ANSI-C (unlike 0x80000000 in the signed case) the checking that in ANSI-C (unlike 0x80000000 in the signed case) the checking that
occurs later can catch them (John Bowler). occurs later can catch them (John Bowler).
Version 1.6.19beta03 [August 21, 2015] Version 1.6.19beta03 [September 15, 2015]
Fixed png_save_int_32 when int is not 2's complement (John Bowler). Fixed png_save_int_32 when int is not 2's complement (John Bowler).
Send comments/corrections/commendations to png-mng-implement at lists.sf.net Send comments/corrections/commendations to png-mng-implement at lists.sf.net

View File

@ -1,4 +1,4 @@
/* Fake a PNG - just write it out directly. */ /* Fake a PNG - just write it out directly.
* *
* COPYRIGHT: Written by John Cunningham Bowler, 2014. * COPYRIGHT: Written by John Cunningham Bowler, 2014.
* To the extent possible under law, the author has waived all copyright and * To the extent possible under law, the author has waived all copyright and