diff options
Diffstat (limited to 'lib/fonts/font_7x14.c')
-rw-r--r-- | lib/fonts/font_7x14.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fonts/font_7x14.c b/lib/fonts/font_7x14.c index 9cc7ae2e03f7..a2f561c9fa04 100644 --- a/lib/fonts/font_7x14.c +++ b/lib/fonts/font_7x14.c @@ -4113,6 +4113,7 @@ const struct font_desc font_7x14 = { .name = "7x14", .width = 7, .height = 14, + .charcount = 256, .data = fontdata_7x14.data, .pref = 0, }; |