From 70702af1370e44e32fb2c3c507e4759a187b4fe5 Mon Sep 17 00:00:00 2001 From: Leo C Date: Thu, 8 Sep 2016 19:15:27 +0200 Subject: Import fatfs R0.12b --- fatfs/src/option/unicode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fatfs/src/option/unicode.c') diff --git a/fatfs/src/option/unicode.c b/fatfs/src/option/unicode.c index 22e0320..170e2e0 100644 --- a/fatfs/src/option/unicode.c +++ b/fatfs/src/option/unicode.c @@ -10,7 +10,7 @@ #include "cc949.c" #elif _CODE_PAGE == 950 /* Traditional Chinese Big5 */ #include "cc950.c" -#else /* Small character-set */ +#else /* Single Byte Character-Set */ #include "ccsbcs.c" #endif -- cgit v1.2.3