diff options
-rw-r--r-- | lib/libvgl/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libvgl/text.c b/lib/libvgl/text.c index 02ee420..289dd01 100644 --- a/lib/libvgl/text.c +++ b/lib/libvgl/text.c @@ -33,7 +33,7 @@ __FBSDID("$FreeBSD$"); #include <sys/fbio.h> #include "vgl.h" -static VGLText *VGLTextFont = 0; +static VGLText *VGLTextFont; extern byte VGLFont[]; |