From: Andy Valencia Date: Wed, 31 Aug 2016 02:28:55 +0000 (-0700) Subject: Minor edit on indentation to make it less misleading X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=3c34c9bc48e2e505c3800fe6331c1f2849882095;p=FUZIX.git Minor edit on indentation to make it less misleading --- diff --git a/Kernel/vt.c b/Kernel/vt.c index d9301753..b8dde2f9 100644 --- a/Kernel/vt.c +++ b/Kernel/vt.c @@ -242,7 +242,7 @@ void vtoutput(unsigned char *p, unsigned int len) cursory = ncursory; if (ncursorx >= 0 && ncursorx <= VT_RIGHT) cursorx = ncursorx; - vtmode = 0; + vtmode = 0; } else if (vtmode == 4 ){ vtattr = c; vtmode = 0;