summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/fat.c2
1 files changed, 1 insertions, 1 deletions
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)
1577} 1577}
1578 1578
1579/* convert from unicode to a single-byte charset */ 1579/* convert from unicode to a single-byte charset */
1580void unicode2iso(unsigned char* unicode, unsigned char* iso, int count ) 1580static void unicode2iso(unsigned char* unicode, unsigned char* iso, int count )
1581{ 1581{
1582 int i; 1582 int i;
1583 1583