Imported from libpng-0.99n.tar

This commit is contained in:
Glenn Randers-Pehrson
1998-03-07 21:30:44 -06:00
parent 7cd899c707
commit 38d73aff67
7 changed files with 18 additions and 25 deletions

View File

@@ -225,7 +225,7 @@ png_write_end(png_structp png_ptr, png_infop info_ptr)
png_charp
png_convert_to_rfc1123(png_structp png_ptr, png_timep ptime)
{
static const char short_months[12][4] =
static PNG_CONST char short_months[12][4] =
{"Jan", "Feb", "Mar", "Apr", "May", "Jun",
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec"};