diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-13 14:59:50 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-13 14:59:50 +0000 |
| commit | 9c4ec22290588f6aaf893872ce8d40abb0de9bd0 (patch) | |
| tree | 0736279357fb827f28ffdf44bf08d39e5b40e4d8 /lib/libvgl | |
| parent | 3e8a5445e546c60836b56ead8931bc941c378485 (diff) | |
Notes
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 02ee420e3cb4..289dd01181c9 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[]; |
