summaryrefslogtreecommitdiff
path: root/firmware/font.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/font.c')
-rw-r--r--firmware/font.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/font.c b/firmware/font.c
index 8b63b80f45..b2ba3baa30 100644
--- a/firmware/font.c
+++ b/firmware/font.c
@@ -96,6 +96,8 @@ static int buflib_allocations[MAXFONTS];
96static int cache_fd; 96static int cache_fd;
97static struct font* cache_pf; 97static struct font* cache_pf;
98 98
99static void glyph_cache_save(int font_id);
100
99static int buflibmove_callback(int handle, void* current, void* new) 101static int buflibmove_callback(int handle, void* current, void* new)
100{ 102{
101 (void)handle; 103 (void)handle;