diff options
Diffstat (limited to 'lib/fonts/font_8x8.c')
-rw-r--r-- | lib/fonts/font_8x8.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fonts/font_8x8.c b/lib/fonts/font_8x8.c index 109d0572368f..69570b8c31af 100644 --- a/lib/fonts/font_8x8.c +++ b/lib/fonts/font_8x8.c @@ -2578,6 +2578,7 @@ const struct font_desc font_vga_8x8 = { .name = "VGA8x8", .width = 8, .height = 8, + .charcount = 256, .data = fontdata_8x8.data, .pref = 0, }; |