summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/font_cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/font_cache.c b/firmware/font_cache.c
index 50320ed932..4604d1524e 100644
--- a/firmware/font_cache.c
+++ b/firmware/font_cache.c
@@ -116,7 +116,6 @@ static int search(struct font_cache* fcache,
116 while (left <= right); 116 while (left <= right);
117 117
118 /* not found */ 118 /* not found */
119 p = lru_data(&fcache->_lru, fcache->_index[mid]);
120 *p_insertion_point = mid; 119 *p_insertion_point = mid;
121 return 0; 120 return 0;
122} 121}