From 9ffbfb248b040d08cca65ba0271d0f9dff4030cd Mon Sep 17 00:00:00 2001 From: Andrew Gallatin Date: Thu, 14 Feb 2002 22:29:03 +0000 Subject: Spell #if 0 correctly --- sys/dev/syscons/scgfbrndr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/syscons/scgfbrndr.c b/sys/dev/syscons/scgfbrndr.c index 86e2444dbade..29a2d3011b24 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) { -- cgit v1.3