diff options
Diffstat (limited to 'lib/fonts/font_pearl_8x8.c')
-rw-r--r-- | lib/fonts/font_pearl_8x8.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fonts/font_pearl_8x8.c b/lib/fonts/font_pearl_8x8.c index a6f95ebce950..b1678ed0017c 100644 --- a/lib/fonts/font_pearl_8x8.c +++ b/lib/fonts/font_pearl_8x8.c @@ -2582,6 +2582,7 @@ const struct font_desc font_pearl_8x8 = { .name = "PEARL8x8", .width = 8, .height = 8, + .charcount = 256, .data = fontdata_pearl8x8.data, .pref = 2, }; |