Skip to content

Commit 78cd9dd

Browse files
committed
fix(constants.c): end mark for supplementary font table
1 parent d25acfb commit 78cd9dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/constants.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,9 @@ static const rotable_Reg builtin_font_const_table[] = {
456456
.ptr = &lv_font_unscii_16,
457457
},
458458
#endif
459+
{
460+
.name = 0,
461+
},
459462
};
460463

461464
static const rotable_Reg scr_load_anim_const_table[] = {

0 commit comments

Comments
 (0)