lib/chibi/diff.scm: Fix string ANSI coloring call

This commit is contained in:
Damien Diederen 2022-04-10 22:36:56 +02:00
parent 79abb960a4
commit 1702162e1f

View file

@ -186,7 +186,7 @@
(write-string (green line) out))
((remove)
(write-string (red "-") out)
(write-string (red line out)))
(write-string (red line) out))
((same)
(write-char #\space out)
(write-string line out))