From dfd5d0684a87b9d7d8b8a2055b061a4b6560adad Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sun, 27 Nov 2011 15:28:16 +0000 Subject: 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 --- firmware/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/font.c') diff --git a/firmware/font.c b/firmware/font.c index b2ba3baa30..d8f8c59e0d 100644 --- a/firmware/font.c +++ b/firmware/font.c @@ -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; -- cgit