diff options
Diffstat (limited to 'lib/fonts/font_6x10.c')
-rw-r--r-- | lib/fonts/font_6x10.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fonts/font_6x10.c b/lib/fonts/font_6x10.c index 6e3c4b7691c8..e65df019e0d2 100644 --- a/lib/fonts/font_6x10.c +++ b/lib/fonts/font_6x10.c @@ -3083,6 +3083,7 @@ const struct font_desc font_6x10 = { .name = "6x10", .width = 6, .height = 10, + .charcount = 256, .data = fontdata_6x10.data, .pref = 0, }; |