X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=diff-helper.c;h=c977a1b8596587995f2ea24c6152ffcb5f3773a1;hb=5831b563a442e7c3198a444a51d8caba4d072506;hp=23855759eebc649e7dcc03b6fb3abae3064bb5ed;hpb=6b0c3121061df6b323f430700e8077b324b5e9dd;p=git.git diff --git a/diff-helper.c b/diff-helper.c index 23855759..c977a1b8 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)