diff options
Diffstat (limited to 'src/chrtrans/caselower.h')
-rw-r--r-- | src/chrtrans/caselower.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chrtrans/caselower.h b/src/chrtrans/caselower.h index 4953162c..5894a3f2 100644 --- a/src/chrtrans/caselower.h +++ b/src/chrtrans/caselower.h @@ -24,9 +24,9 @@ default mappings listed in the Unicode Character Database. typedef struct { u16 upper; u16 lower; -} unipair; +} unipair_case; -static const unipair unicode_to_lower_case[] = +static const unipair_case unicode_to_lower_case[] = /* *INDENT-OFF* */ { {0x0041, 0x0061}, /* LATIN CAPITAL LETTER A */ |