mirror of
https://github.com/MariaDB/server.git
synced 2025-05-29 21:42:28 +03:00
Add extra newline between diff and error message
This commit is contained in:
parent
942cb3e1d1
commit
841ae6731f
@ -1240,7 +1240,7 @@ void show_diff(DYNAMIC_STRING* ds,
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* Print diff directly to stdout */
|
/* Print diff directly to stdout */
|
||||||
fprintf(stderr, "%s", ds_tmp.str);
|
fprintf(stderr, "%s\n", ds_tmp.str);
|
||||||
}
|
}
|
||||||
|
|
||||||
dynstr_free(&ds_tmp);
|
dynstr_free(&ds_tmp);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user