diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2017-09-23 14:57:21 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2017-09-23 21:25:19 -0500 |
commit | 13a158690ffb8378b4987aef26fcd7a791831601 (patch) | |
tree | 39f47506f813055966e7e9c4876925cd0361c4a2 /png.c | |
parent | e4c8312d31c335113d6decd780599f6a5d944df5 (diff) | |
download | libpng-13a158690ffb8378b4987aef26fcd7a791831601.tar.gz |
[libpng16] Imported from libpng-1.6.33rc02.tarv1.6.33rc02
Diffstat (limited to 'png.c')
-rw-r--r-- | png.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -816,14 +816,14 @@ png_get_copyright(png_const_structrp png_ptr) #else # ifdef __STDC__ return PNG_STRING_NEWLINE \ - "libpng version 1.6.33rc02 - September 20, 2017" PNG_STRING_NEWLINE \ + "libpng version 1.6.33rc02 - September 23, 2017" PNG_STRING_NEWLINE \ "Copyright (c) 1998-2002,2004,2006-2017 Glenn Randers-Pehrson" \ PNG_STRING_NEWLINE \ "Copyright (c) 1996-1997 Andreas Dilger" PNG_STRING_NEWLINE \ "Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc." \ PNG_STRING_NEWLINE; # else - return "libpng version 1.6.33rc02 - September 20, 2017\ + return "libpng version 1.6.33rc02 - September 23, 2017\ Copyright (c) 1998-2002,2004,2006-2017 Glenn Randers-Pehrson\ Copyright (c) 1996-1997 Andreas Dilger\ Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc."; @@ -3761,7 +3761,7 @@ png_log16bit(png_uint_32 x) * of getting this accuracy in practice. * * To deal with this the following exp() function works out the exponent of the - * frational part of the logarithm by using an accurate 32-bit value from the + * fractional part of the logarithm by using an accurate 32-bit value from the * top four fractional bits then multiplying in the remaining bits. */ static const png_uint_32 |