diff options
Diffstat (limited to 'firmware/font.c')
-rw-r--r-- | firmware/font.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/font.c b/firmware/font.c index 01f187df45..1644201f67 100644 --- a/firmware/font.c +++ b/firmware/font.c @@ -350,8 +350,6 @@ static int find_font_index(const char* path) logf("%s Found id: [%d], %s", __func__, index, path); return index; } - - index++; } logf("%s %s Not found using id: [%d], FONT_SYSFIXED", __func__, path, FONT_SYSFIXED); |