]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/callcoll.c
ICU-66108.tar.gz
[apple/icu.git] / icuSources / test / cintltst / callcoll.c
index b0e013b14ea3265ba6331108d12d13add8e6ece1..3df50f7415468c79bcefe9993b96c0063cc4a35d 100644 (file)
@@ -219,7 +219,7 @@ UBool hasCollationElements(const char *locName) {
 
   UErrorCode status = U_ZERO_ERROR;
 
-  UResourceBundle *loc = ures_open(U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "coll", locName, &status);;
+  UResourceBundle *loc = ures_open(U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "coll", locName, &status);
 
   if(U_SUCCESS(status)) {
     status = U_ZERO_ERROR;