forked from len0rd/rockbox
Make local functions and variables static where possible
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30897 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e4cc3d4b3a
commit
e71750b7a3
4 changed files with 7 additions and 8 deletions
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue