vt.c: bugfix: add closing parens.
authorBrett Gordon <beretta42@gmail.com>
Sun, 1 Nov 2015 13:45:04 +0000 (08:45 -0500)
committerBrett Gordon <beretta42@gmail.com>
Sun, 1 Nov 2015 13:45:04 +0000 (08:45 -0500)
Kernel/vt.c

index 93375f6..0e13506 100644 (file)
@@ -243,7 +243,7 @@ void vtoutput(unsigned char *p, unsigned int len)
                                if (ncursorx >= 0 && ncursorx <= VT_RIGHT)
                                        cursorx = ncursorx;
                                        vtmode = 0;
-                       } else if (vtmode == 4 {
+                       } else if (vtmode == 4) {
                                vtattr = c;
                                vtmode = 0;
                                continue;