diff options
author | gjb <gjb@FreeBSD.org> | 2016-04-13 16:19:50 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-04-13 16:19:50 +0000 |
commit | ae096a53a90aee9859587d48d5a0279567abb413 (patch) | |
tree | 87a6e02764a36c4acdd11454b782dc0972ea029a /lib/libvgl | |
parent | cad5e8d3bce52708ae6b253a4427d56b4befd46c (diff) | |
download | FreeBSD-src-ae096a53a90aee9859587d48d5a0279567abb413.zip FreeBSD-src-ae096a53a90aee9859587d48d5a0279567abb413.tar.gz |
MFH
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libvgl')
-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[]; |