ICU-9542 fix stray comma with -DUCONFIG_NO_BREAK_ITERATION=1 (was not valid C++)
X-SVN-Rev: 32449
This commit is contained in:
parent
71c72d028b
commit
ac84432516
@ -232,8 +232,12 @@ typedef enum UDateFormatContextValue {
|
||||
* isolated name on a calendar page.
|
||||
* @draft ICU 49
|
||||
*/
|
||||
UDAT_CAPITALIZATION_FOR_STANDALONE = 4
|
||||
UDAT_CAPITALIZATION_FOR_STANDALONE = 4,
|
||||
#endif
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
UDAT_CONTEXT_DEFAULT = UDAT_CONTEXT_UNKNOWN
|
||||
} UDateFormatContextValue;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user