Code

combine-diff: a few more finishing touches.
[git.git] / wt-status.c
index c644331b127e9f4321d916f474ac796b8ab2a9bf..4b74e6858400108fe4967cfd371d20915d806379 100644 (file)
@@ -78,7 +78,7 @@ static void wt_status_print_filepair(int t, struct diff_filepair *p)
                                p->one->path, p->two->path);
                break;
        case DIFF_STATUS_DELETED:
-               color_printf_ln(c, "deleted: %s", p->one->path); break;
+               color_printf(c, "deleted: %s", p->one->path); break;
        case DIFF_STATUS_MODIFIED:
                color_printf(c, "modified: %s", p->one->path); break;
        case DIFF_STATUS_RENAMED: