ICU-5032 Increase code coverage

X-SVN-Rev: 19488
This commit is contained in:
George Rhoten 2006-03-30 19:43:46 +00:00
parent 629b60258a
commit 86c776c5bb

View File

@ -573,7 +573,7 @@ static const char *udata_pathiter_next(UDataPathIterator *iter)
do
{
if( iter->nextPath == NULL ) {
return NULL;
break;
}
path = iter->nextPath;