From e71750b7a398197f3884819d0713107b2ce04f08 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Thu, 3 Nov 2011 23:32:49 +0000 Subject: Make local functions and variables static where possible git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30897 a1c6a512-1295-4272-9138-f99709370657 --- firmware/font_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/font_cache.c') diff --git a/firmware/font_cache.c b/firmware/font_cache.c index 24a5faf..4624b18 100644 --- a/firmware/font_cache.c +++ b/firmware/font_cache.c @@ -76,7 +76,7 @@ void font_cache_create( * search and new search. Returns a negative of insertion point if * not found. ************************************************************************/ -int search( struct font_cache* fcache, +static int search(struct font_cache* fcache, unsigned short char_code, int *p_insertion_point ) { -- cgit v1.1