ICU-7182 fix gcc compilation error.

X-SVN-Rev: 26963
This commit is contained in:
Andy Heninger 2009-11-21 16:29:57 +00:00
parent ccb5efefb0
commit 786d5042dd

View file

@ -187,7 +187,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
};
/**