Add extra newline between diff and error message
This commit is contained in:
parent
51abee54c5
commit
fecdca6754
@ -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