summaryrefslogtreecommitdiff
path: root/firmware/font.c
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2011-11-27 15:28:16 +0000
committerFrank Gevaerts <frank@gevaerts.be>2011-11-27 15:28:16 +0000
commitdfd5d0684a87b9d7d8b8a2055b061a4b6560adad (patch)
tree24655090617dc786399e56a9903443954e882e46 /firmware/font.c
parente5a3c26c1d93dbac400e623be678dd10b31d7882 (diff)
downloadrockbox-dfd5d0684a87b9d7d8b8a2055b061a4b6560adad.tar.gz
rockbox-dfd5d0684a87b9d7d8b8a2055b061a4b6560adad.zip
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
Diffstat (limited to 'firmware/font.c')
-rw-r--r--firmware/font.c2
1 files changed, 1 insertions, 1 deletions
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)
800} 800}
801 801
802/* save the char codes of the loaded glyphs to a file */ 802/* save the char codes of the loaded glyphs to a file */
803void glyph_cache_save(int font_id) 803static void glyph_cache_save(int font_id)
804{ 804{
805 int fd; 805 int fd;
806 806