summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/scgfbrndr.c
diff options
context:
space:
mode:
authorgallatin <gallatin@FreeBSD.org>2002-02-14 22:29:03 +0000
committergallatin <gallatin@FreeBSD.org>2002-02-14 22:29:03 +0000
commitbee556422d141e5af389a1662eec5a9e764ed728 (patch)
treee67408b74917e5210835dc6432740c07c2bdfc12 /sys/dev/syscons/scgfbrndr.c
parent67f6aa0807733d91719dd765f13ce01f3c90ced9 (diff)
downloadFreeBSD-src-bee556422d141e5af389a1662eec5a9e764ed728.zip
FreeBSD-src-bee556422d141e5af389a1662eec5a9e764ed728.tar.gz
Spell #if 0 correctly
Diffstat (limited to 'sys/dev/syscons/scgfbrndr.c')
-rw-r--r--sys/dev/syscons/scgfbrndr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/syscons/scgfbrndr.c b/sys/dev/syscons/scgfbrndr.c
index 86e2444..29a2d30 100644
--- a/sys/dev/syscons/scgfbrndr.c
+++ b/sys/dev/syscons/scgfbrndr.c
@@ -156,7 +156,7 @@ gfb_draw(scr_stat *scp, int from, int count, int flip)
/* Scroll to make room for new text rows... */
(*vidsw[scp->sc->adapter]->copy)(adp, n, 0, n);
-#ifdef 0
+#if 0
(*vidsw[scp->sc->adapter]->clear)(adp, n);
#endif
@@ -207,7 +207,7 @@ gfb_cursor_shape(scr_stat *scp, int base, int height, int blink)
static int pxlblinkrate = 0;
-#ifdef 0
+#if 0
static void
gfb_cursor(scr_stat *scp, int at, int blink, int on, int flip)
{
OpenPOWER on IntegriCloud