[devel] Added four new convenience functions (John Bowler)

This commit is contained in:
John Bowler
2011-01-22 18:29:24 -06:00
committed by Glenn Randers-Pehrson
parent 0a5c9c02fa
commit f19abd6725
3 changed files with 71 additions and 16 deletions

4
png.c
View File

@@ -555,13 +555,13 @@ png_get_copyright(png_const_structp png_ptr)
#else
# ifdef __STDC__
return PNG_STRING_NEWLINE \
"libpng version 1.5.1beta08 - January 22, 2011" PNG_STRING_NEWLINE \
"libpng version 1.5.1beta08 - January 23, 2011" PNG_STRING_NEWLINE \
"Copyright (c) 1998-2011 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.5.1beta08 - January 22, 2011\
return "libpng version 1.5.1beta08 - January 23, 2011\
Copyright (c) 1998-2011 Glenn Randers-Pehrson\
Copyright (c) 1996-1997 Andreas Dilger\
Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.";