Remove stray character
authorPasi Kallinen <paxed@alt.org>
Sat, 7 Nov 2015 08:59:43 +0000 (10:59 +0200)
committerPasi Kallinen <paxed@alt.org>
Sat, 7 Nov 2015 08:59:43 +0000 (10:59 +0200)
win/tty/wintty.c

index d158496acb13e7e51ed8b17524193c29650795bd..a9bdadc479dfb04084558a46fe98f8c4177ada92 100644 (file)
@@ -3447,7 +3447,7 @@ genericptr_t ptr;
     for (i = 0; fieldorder[0][i] != BL_FLUSH; ++i) {
         int fldidx1 = fieldorder[0][i];
 
-v        if (status_activefields[fldidx1]) {
+        if (status_activefields[fldidx1]) {
             if (tty_status_colors[fldidx1] < 0 &&
                     tty_status_colors[fldidx1] >= -3) {
                 /* attribute, not a color */