ICU-2481 Fix a compiler error

X-SVN-Rev: 11189
This commit is contained in:
George Rhoten 2003-02-28 18:48:01 +00:00
parent 9e29a85b9a
commit 0f56e199be

View file

@ -161,7 +161,7 @@ enum {
* At most one Unicode version can be selected at a time.
* @draft ICU 2.6
*/
UNORM_UNICODE_3_2=0x20,
UNORM_UNICODE_3_2=0x20
};
/**