diff options
Diffstat (limited to 'lib/fonts/font_8x16.c')
-rw-r--r-- | lib/fonts/font_8x16.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fonts/font_8x16.c b/lib/fonts/font_8x16.c index bab25dc59e8d..06ae14088514 100644 --- a/lib/fonts/font_8x16.c +++ b/lib/fonts/font_8x16.c @@ -4627,6 +4627,7 @@ const struct font_desc font_vga_8x16 = { .name = "VGA8x16", .width = 8, .height = 16, + .charcount = 256, .data = fontdata_8x16.data, .pref = 0, }; |