fix font handling

This commit is contained in:
Markus Fröschle
2016-11-19 06:55:20 +00:00
parent 656065553f
commit 482fa864e9
5 changed files with 31 additions and 4 deletions

View File

@@ -335,3 +335,5 @@ const struct font_head fnt_st_8x16 = {
0, /* struct font * next_font */
0 /* UWORD next_seg */
};
struct font_head *fnt = &fnt_st_8x16;