summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/skin_engine/skin_fonts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/skin_fonts.c b/apps/gui/skin_engine/skin_fonts.c
index 1d3ef84271..0376803d2f 100644
--- a/apps/gui/skin_engine/skin_fonts.c
+++ b/apps/gui/skin_engine/skin_fonts.c
@@ -55,6 +55,7 @@ void skin_font_init(void)
55 font_table[i].buffer = NULL; 55 font_table[i].buffer = NULL;
56 font_table[i].ref_count = 0; 56 font_table[i].ref_count = 0;
57 } 57 }
58 first_load = false;
58} 59}
59 60
60/* load a font into the skin buffer. return the font id. */ 61/* load a font into the skin buffer. return the font id. */