diff options
Diffstat (limited to 'lib/fonts/font_6x8.c')
-rw-r--r-- | lib/fonts/font_6x8.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fonts/font_6x8.c b/lib/fonts/font_6x8.c index e7442a0d183d..06ace7792521 100644 --- a/lib/fonts/font_6x8.c +++ b/lib/fonts/font_6x8.c @@ -2571,6 +2571,7 @@ const struct font_desc font_6x8 = { .name = "6x8", .width = 6, .height = 8, + .charcount = 256, .data = fontdata_6x8.data, .pref = 0, }; |