mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Insert a newline at beginning of libpng warning in pngtest.c
This commit is contained in:
@@ -464,7 +464,7 @@ pngtest_warning(png_structp png_ptr, png_const_charp message)
|
|||||||
if (test != NULL && test->file_name != NULL)
|
if (test != NULL && test->file_name != NULL)
|
||||||
name = test->file_name;
|
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
|
/* This is the default error handling function. Note that replacements for
|
||||||
|
|||||||
Reference in New Issue
Block a user