Fix a typo that prevented this from compiling.
This commit is contained in:
parent
44cbebec30
commit
b1a4c46dab
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: fb.c,v 1.27 1999/04/26 04:25:38 ad Exp $ */
|
||||
/* $NetBSD: fb.c,v 1.28 1999/04/27 17:37:18 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1992, 1993
|
||||
@ -340,7 +340,7 @@ donesize:
|
||||
|
||||
static void fb_bell __P((int));
|
||||
|
||||
#if defined(RASTERCONS_FULLSCREEN)
|
||||
#if !defined(RASTERCONS_FULLSCREEN)
|
||||
static int a2int __P((char *, int));
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user