1
0
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:
unknown 2007-08-03 13:39:55 +02:00
parent 942cb3e1d1
commit 841ae6731f

View File

@ -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);