| Index: source/i18n/dtfmtsym.cpp
|
| diff --git a/source/i18n/dtfmtsym.cpp b/source/i18n/dtfmtsym.cpp
|
| index e99670d4c5dab92d8cbecca4cd1322d770d43ea1..c9a350280c0f01d1e096139b62b955e89dd93114 100644
|
| --- a/source/i18n/dtfmtsym.cpp
|
| +++ b/source/i18n/dtfmtsym.cpp
|
| @@ -169,7 +169,7 @@ SharedDateFormatSymbols::~SharedDateFormatSymbols() {
|
| template<> U_I18N_API
|
| const SharedDateFormatSymbols *
|
| LocaleCacheKey<SharedDateFormatSymbols>::createObject(
|
| - const void */*unusedContext*/, UErrorCode &status) const {
|
| + const void * /*unusedContext*/, UErrorCode &status) const {
|
| char type[256];
|
| Calendar::getCalendarTypeFromLocale(fLoc, type, UPRV_LENGTHOF(type), status);
|
| if (U_FAILURE(status)) {
|
|
|