ICU-3944 fix compiler errors on gcc

X-SVN-Rev: 17960
This commit is contained in:
Andy Heninger 2005-06-21 19:22:17 +00:00
parent 2bc1eb23ce
commit beda3c0bcb

View file

@ -88,7 +88,7 @@ static void TestAPI(void) {
/* utext_clone() */
{
UChar uString[] = {0x41, 0x42, 0x43, 0};
int len;
int32_t len;
UText *uta;
UText *utb;