summaryrefslogtreecommitdiff
path: root/firmware/common/unicode.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/common/unicode.c')
-rw-r--r--firmware/common/unicode.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/firmware/common/unicode.c b/firmware/common/unicode.c
index 713a8e70f9..61989e5ab0 100644
--- a/firmware/common/unicode.c
+++ b/firmware/common/unicode.c
@@ -83,9 +83,8 @@ static const char *name_codepages[NUM_CODEPAGES+1] =
83#define MAX_CP_TABLE_SIZE 640 83#define MAX_CP_TABLE_SIZE 640
84#define NUM_TABLES 1 84#define NUM_TABLES 1
85 85
86static const char *filename[NUM_TABLES] = 86static const char *filename[NUM_TABLES] = {
87{ 87 CODEPAGE_DIR"/isomini.cp"
88 CODEPAGE_DIR"/isomini.cp",
89}; 88};
90 89
91static const char cp_2_table[NUM_CODEPAGES] = 90static const char cp_2_table[NUM_CODEPAGES] =