summaryrefslogtreecommitdiff
path: root/firmware/export/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/font.h')
-rw-r--r--firmware/export/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/font.h b/firmware/export/font.h
index f2f83e54c8..14a683a5f2 100644
--- a/firmware/export/font.h
+++ b/firmware/export/font.h
@@ -103,7 +103,7 @@ struct font {
103 103
104/* font routines*/ 104/* font routines*/
105void font_init(void); 105void font_init(void);
106struct font* font_load(char *path); 106struct font* font_load(const char *path);
107struct font* font_get(int font); 107struct font* font_get(int font);
108void font_reset(void); 108void font_reset(void);
109 109