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 ) /* Load memory font */ static struct font* font_load_in_memory(struct font* pf, - int32_t noffset, - int32_t nwidth ) + int32_t nwidth, + int32_t noffset ) { int i; /* variable font data*/