summaryrefslogtreecommitdiff
path: root/firmware/font.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/font.c')
-rw-r--r--firmware/font.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/font.c b/firmware/font.c
index eb15bb7420..8e576016bd 100644
--- a/firmware/font.c
+++ b/firmware/font.c
@@ -801,8 +801,7 @@ const unsigned char* font_get_bits(struct font* pf, unsigned short char_code)
801 return bits; 801 return bits;
802} 802}
803 803
804void font_path_to_glyph_path( const char *font_path, char *glyph_path) 804static void font_path_to_glyph_path( const char *font_path, char *glyph_path)
805
806{ 805{
807 /* take full file name, cut extension, and add .glyphcache */ 806 /* take full file name, cut extension, and add .glyphcache */
808 strlcpy(glyph_path, font_path, MAX_PATH); 807 strlcpy(glyph_path, font_path, MAX_PATH);