Add extra newline between diff and error message

This commit is contained in:
msvensson@pilot.(none) 2007-08-03 13:39:55 +02:00
parent 51abee54c5
commit fecdca6754

View File

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