summaryrefslogtreecommitdiff
path: root/pngtest.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2017-08-04 20:04:58 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2017-08-04 20:04:58 -0500
commita64c8ca9e94c6bb620235daa164cf8157a01b302 (patch)
tree8ff37ba66f8afa07a94b0cc12353b906e55da9fc /pngtest.c
parent378e926d788366fb352461adcbaf4960a8311877 (diff)
downloadlibpng-a64c8ca9e94c6bb620235daa164cf8157a01b302.tar.gz
[libpng16] Insert a newline at beginning of libpng warning in pngtest.c
Diffstat (limited to 'pngtest.c')
-rw-r--r--pngtest.c2
1 files changed, 1 insertions, 1 deletions
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