diff options
Diffstat (limited to 'diff-helper.c')
-rw-r--r-- | diff-helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diff-helper.c b/diff-helper.c index 23855759ee..c977a1b859 100644 --- a/diff-helper.c +++ b/diff-helper.c @@ -121,7 +121,7 @@ int main(int ac, const char **av) { if (status) { unrecognized: diff_flush(diff_output_style); - printf("%s%c", sb1.buf, line_termination); + printf("%s\n", sb1.buf); } } if (detect_rename) |