From a64c8ca9e94c6bb620235daa164cf8157a01b302 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Fri, 4 Aug 2017 20:04:58 -0500 Subject: [libpng16] Insert a newline at beginning of libpng warning in pngtest.c --- pngtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pngtest.c') diff --git a/pngtest.c b/pngtest.c index 73f3a6e88..10cc8b383 100644 --- a/pngtest.c +++ b/pngtest.c @@ -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 -- cgit v1.2.1