diff options
Diffstat (limited to 'src/delta/delta.c')
-rw-r--r-- | src/delta/delta.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/delta/delta.c b/src/delta/delta.c index 0a29d32cc4..cb63b4a407 100644 --- a/src/delta/delta.c +++ b/src/delta/delta.c @@ -103,7 +103,7 @@ static int notify_override_unchanged(const char *f) { if (!(arg_flags & SHOW_UNCHANGED)) return 0; - printf(ANSI_HIGHLIGHT_ON "[UNCHANGED]" ANSI_HIGHLIGHT_OFF " %s → %s\n", top, bottom); + printf("[UNCHANGED] %s\n", f); return 1; } |