From 4b6a1f25663c4754d64f215a8284480948c59a85 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 14 Jan 2003 15:07:19 +0000 Subject: Made unicode2iso() static. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3087 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/fat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware') diff --git a/firmware/drivers/fat.c b/firmware/drivers/fat.c index f468111278..c430a42286 100644 --- a/firmware/drivers/fat.c +++ b/firmware/drivers/fat.c @@ -1577,7 +1577,7 @@ int fat_opendir(struct fat_dir *dir, unsigned int startcluster) } /* convert from unicode to a single-byte charset */ -void unicode2iso(unsigned char* unicode, unsigned char* iso, int count ) +static void unicode2iso(unsigned char* unicode, unsigned char* iso, int count ) { int i; -- cgit v1.2.3