diff options
Diffstat (limited to 'src/console/font-8x16.c')
-rw-r--r-- | src/console/font-8x16.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/font-8x16.c b/src/console/font-8x16.c index 9404ffe809..f7901482cb 100644 --- a/src/console/font-8x16.c +++ b/src/console/font-8x16.c @@ -13,7 +13,7 @@ #define cmapsz (16*96) #endif -static unsigned char vga_font[cmapsz] = { +unsigned char vga_font[cmapsz] = { #if CHAR_256==1 /* 0 0x00 '^@' */ 0x00, /* 00000000 */ |