ICU-2085 Don't have trailing commas in enums.

X-SVN-Rev: 10244
This commit is contained in:
Steven R. Loomis 2002-11-14 00:43:21 +00:00
parent e1a8b68095
commit f9173f3f2b

View file

@ -138,7 +138,7 @@ typedef enum {
UNORM_FCD = 6,
/** One more than the highest normalization mode constant. @stable */
UNORM_MODE_COUNT,
UNORM_MODE_COUNT
/* *** The rest of this enum is entirely deprecated. *** */
@ -147,7 +147,7 @@ typedef enum {
* No decomposition/composition
* @deprecated To be removed after 2002-sep-30, use UNORM_NONE.
*/
UCOL_NO_NORMALIZATION = 1,
,UCOL_NO_NORMALIZATION = 1,
/**
* Canonical decomposition
* @deprecated To be removed after 2002-sep-30, use UNORM_NFD.