mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-2481 Fix for AIX. The last enum value shouldn't have a comma
X-SVN-Rev: 11315
This commit is contained in:
parent
bb9e366b13
commit
d82e7274d9
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ enum {
|
|||
/** Options bit 0, do not decompose Hangul syllables. @draft ICU 2.6 */
|
||||
UNORM_NX_HANGUL=1,
|
||||
/** Options bit 1, do not decompose CJK compatibility characters. @draft ICU 2.6 */
|
||||
UNORM_NX_CJK_COMPAT=2,
|
||||
UNORM_NX_CJK_COMPAT=2
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue