Add extra newline between diff and error message

parent 51abee54
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment