From: Stefan Beller <sbel...@google.com>

---
 diff.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diff.c b/diff.c
index 98d6655..255fbf3 100644
--- a/diff.c
+++ b/diff.c
@@ -690,7 +690,7 @@ static void emit_rewrite_lines(struct emit_callback *ecb,
        if (!endp) {
                const char *context = diff_get_color(ecb->color_diff,
                                                     DIFF_CONTEXT);
-               putc('\n', ecb->opt->file);
+               emit_line_0(ecb->opt, 0, 0, 0, "\n", 1);
                emit_line_0(ecb->opt, context, reset, '\\',
                            nneof, strlen(nneof));
        }
-- 
2.7.4

Reply via email to