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, 1 insertions, 1 deletions
diff --git a/firmware/font.c b/firmware/font.c
index b2ba3baa30..d8f8c59e0d 100644
--- a/firmware/font.c
+++ b/firmware/font.c
@@ -800,7 +800,7 @@ static void glyph_file_write(void* data)
800} 800}
801 801
802/* save the char codes of the loaded glyphs to a file */ 802/* save the char codes of the loaded glyphs to a file */
803void glyph_cache_save(int font_id) 803static void glyph_cache_save(int font_id)
804{ 804{
805 int fd; 805 int fd;
806 806