ICU-2704 Fix a warning

X-SVN-Rev: 11187
This commit is contained in:
George Rhoten 2003-02-28 17:06:10 +00:00
parent 79ee1a6a54
commit f8341c0598

View file

@ -1313,7 +1313,7 @@ static void _lazyEvaluate_installedLocales()
UResourceBundle *index = NULL;
UResourceBundle installed;
UErrorCode status = U_ZERO_ERROR;
char ** temp;
const char ** temp;
int32_t i = 0;
int32_t localeCount;