diff options
Diffstat (limited to 'lib/fonts/font_10x18.c')
-rw-r--r-- | lib/fonts/font_10x18.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fonts/font_10x18.c b/lib/fonts/font_10x18.c index e02f9df24d1e..5d940db626e7 100644 --- a/lib/fonts/font_10x18.c +++ b/lib/fonts/font_10x18.c @@ -5137,6 +5137,7 @@ const struct font_desc font_10x18 = { .name = "10x18", .width = 10, .height = 18, + .charcount = 256, .data = fontdata_10x18.data, #ifdef __sparc__ .pref = 5, |