[libpng16] Imported from libpng-1.6.0beta08.tar

This commit is contained in:
Glenn Randers-Pehrson
2012-01-31 22:21:32 -06:00
parent 816ff328d2
commit 5bffd6c6d5
15 changed files with 58 additions and 28 deletions

View File

@@ -1012,7 +1012,7 @@ test_one_file(PNG_CONST char *inname, PNG_CONST char *outname)
pngtest_debug1("Handling %d iTXt/tEXt/zTXt chunks", num_text);
if (verbose)
printf("\nText compression=%d\n", text_ptr->compression);
printf("\n Text compression=%d\n", text_ptr->compression);
png_set_text(write_ptr, write_info_ptr, text_ptr, num_text);
}