[libpng16] Imported from libpng-1.6.14beta04.tar

This commit is contained in:
Glenn Randers-Pehrson
2014-09-27 08:59:52 -05:00
parent 48e6fad71c
commit 36b246a571
16 changed files with 46 additions and 44 deletions

View File

@@ -52,6 +52,6 @@ main(void)
fwrite(signature, sizeof signature, 1, stdout);
put_chunk(IHDR, sizeof IHDR);
for(;;)
for (;;)
put_chunk(unknown, sizeof unknown);
}

View File

@@ -696,7 +696,7 @@ static png_uint_32
random_32(void)
{
for(;;)
for (;;)
{
png_byte mark[4];
png_uint_32 result;