ICU-996 Fix syntax for some compilers (Hopefully)

X-SVN-Rev: 5027
This commit is contained in:
George Rhoten 2001-06-20 20:36:45 +00:00
parent 8b2f397e72
commit d938ddf1ca

View file

@ -315,7 +315,7 @@ private:
kEraLen = 3,
kZoneNum = 5,
kZoneLen = 4,
kZoneLen = 4
} LastResortSize;
void initField(UnicodeString **field, int32_t& length, const ResourceBundle data, UErrorCode &status);