[libpng16] Insert a newline at beginning of libpng warning in pngtest.c

This commit is contained in:
Glenn Randers-Pehrson 2017-08-04 20:04:58 -05:00
parent 378e926d78
commit a64c8ca9e9

View File

@ -464,7 +464,7 @@ pngtest_warning(png_structp png_ptr, png_const_charp message)
if (test != NULL && test->file_name != NULL)
name = test->file_name;
fprintf(STDERR, "%s: libpng warning: %s\n", name, message);
fprintf(STDERR, "\n%s: libpng warning: %s\n", name, message);
}
/* This is the default error handling function. Note that replacements for