ICU-2329 Fix a compiler warning

X-SVN-Rev: 12591
This commit is contained in:
George Rhoten 2003-07-03 00:51:18 +00:00
parent e38cdfa5f3
commit 59b46b5d61

View File

@ -345,7 +345,7 @@ utrans_enum_unext(UEnumeration *uenum,
}
if(resultLength!=NULL) {
*resultLength=NULL;
*resultLength=0;
}
return NULL;
}