ICU-900 Fixed some compiler warnings

X-SVN-Rev: 5507
This commit is contained in:
George Rhoten 2001-08-17 02:58:00 +00:00
parent 9ab9ba8cbf
commit db93af919d

View file

@ -475,6 +475,9 @@ NumberFormat::createInstance(const Locale& desiredLocale,
if (U_SUCCESS(status)) {
f = new DecimalFormat(pattern, symbolsToAdopt, status);
}
else {
return NULL;
}
}
else {
// If the requested style doesn't exist, use a last-resort style.