From 1e16e8829d4da77998835ad2dd80bf5c62b6168f Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Tue, 15 Sep 2015 17:07:34 -0500 Subject: [PATCH] [libpng16] Fix typo (extra "*/") in contrib/libtests/fakepng.c --- ANNOUNCE | 4 ++-- CHANGES | 5 ++--- contrib/libtests/fakepng.c | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 0f54f565f..53b4da6d8 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -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 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 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). Send comments/corrections/commendations to png-mng-implement at lists.sf.net diff --git a/CHANGES b/CHANGES index 181c1c926..2ddecda4d 100644 --- a/CHANGES +++ b/CHANGES @@ -4440,8 +4440,7 @@ Version 1.6.1beta05 [March 1, 2013] Version 1.6.1beta06 [March 4, 2013] Better documentation of unknown handling API interactions. Corrected Android builds and corrected libpng.vers with symbol - prefixing. It also makes those tests - compile and link on Android. + prefixing. It also makes those tests compile and link on Android. Added an API png_set_option() to set optimization options externally, 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. @@ -5346,7 +5345,7 @@ Version 1.6.19beta02 [August 19, 2015] in ANSI-C (unlike 0x80000000 in the signed case) the checking that 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). Send comments/corrections/commendations to png-mng-implement at lists.sf.net diff --git a/contrib/libtests/fakepng.c b/contrib/libtests/fakepng.c index b190c0bcf..6512c1401 100644 --- a/contrib/libtests/fakepng.c +++ b/contrib/libtests/fakepng.c @@ -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. * To the extent possible under law, the author has waived all copyright and -- GitLab