summaryrefslogtreecommitdiff
path: root/firmware/font.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/font.c')
-rw-r--r--firmware/font.c2
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)
350 logf("%s Found id: [%d], %s", __func__, index, path); 350 logf("%s Found id: [%d], %s", __func__, index, path);
351 return index; 351 return index;
352 } 352 }
353
354 index++;
355 } 353 }
356 logf("%s %s Not found using id: [%d], FONT_SYSFIXED", 354 logf("%s %s Not found using id: [%d], FONT_SYSFIXED",
357 __func__, path, FONT_SYSFIXED); 355 __func__, path, FONT_SYSFIXED);