mirror of
https://github.com/MariaDB/server.git
synced 2025-05-28 13:01:41 +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
|
||||
{
|
||||
/* Print diff directly to stdout */
|
||||
fprintf(stderr, "%s", ds_tmp.str);
|
||||
fprintf(stderr, "%s\n", ds_tmp.str);
|
||||
}
|
||||
|
||||
dynstr_free(&ds_tmp);
|
||||
|
Loading…
x
Reference in New Issue
Block a user