diff options
Diffstat (limited to 'include/charset.h')
-rw-r--r-- | include/charset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/charset.h b/include/charset.h index a911160f19..b93d023092 100644 --- a/include/charset.h +++ b/include/charset.h @@ -13,7 +13,7 @@ #define MAX_UTF8_PER_UTF16 3 -/** +/* * codepage_437 - Unicode to codepage 437 translation table */ extern const u16 codepage_437[128]; |