summaryrefslogtreecommitdiff
path: root/firmware/font_cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/font_cache.c')
-rw-r--r--firmware/font_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/font_cache.c b/firmware/font_cache.c
index 24a5faf385..4624b1866e 100644
--- a/firmware/font_cache.c
+++ b/firmware/font_cache.c
@@ -76,7 +76,7 @@ void font_cache_create(
76 * search and new search. Returns a negative of insertion point if 76 * search and new search. Returns a negative of insertion point if
77 * not found. 77 * not found.
78 ************************************************************************/ 78 ************************************************************************/
79int search( struct font_cache* fcache, 79static int search(struct font_cache* fcache,
80 unsigned short char_code, 80 unsigned short char_code,
81 int *p_insertion_point ) 81 int *p_insertion_point )
82{ 82{