summaryrefslogtreecommitdiff
path: root/firmware/font.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/font.c')
-rw-r--r--firmware/font.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/font.c b/firmware/font.c
index 5dd080b89c..8b63b80f45 100644
--- a/firmware/font.c
+++ b/firmware/font.c
@@ -208,8 +208,8 @@ static int glyph_bytes( struct font *pf, int width )
208 208
209/* Load memory font */ 209/* Load memory font */
210static struct font* font_load_in_memory(struct font* pf, 210static struct font* font_load_in_memory(struct font* pf,
211 int32_t noffset, 211 int32_t nwidth,
212 int32_t nwidth ) 212 int32_t noffset )
213{ 213{
214 int i; 214 int i;
215 /* variable font data*/ 215 /* variable font data*/