Actually make glyph_cache_save static instead of just claiming it should be

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31074 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2011-11-27 15:28:16 +00:00
parent e5a3c26c1d
commit dfd5d0684a
1 changed files with 1 additions and 1 deletions

View File

@ -800,7 +800,7 @@ static void glyph_file_write(void* data)
}
/* save the char codes of the loaded glyphs to a file */
void glyph_cache_save(int font_id)
static void glyph_cache_save(int font_id)
{
int fd;