From 20db391c563c92a0cdbbd74a18ec9919c18f475b Mon Sep 17 00:00:00 2001 From: Michael Ow Date: Tue, 1 Mar 2016 07:34:29 +0000 Subject: [PATCH] ICU-11872 Remove ending comma in enum list X-SVN-Rev: 38445 --- icu4c/source/i18n/dayperiodrules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/dayperiodrules.cpp b/icu4c/source/i18n/dayperiodrules.cpp index de05e6025ab..d03503d18b5 100644 --- a/icu4c/source/i18n/dayperiodrules.cpp +++ b/icu4c/source/i18n/dayperiodrules.cpp @@ -37,7 +37,7 @@ enum CutoffType { CUTOFF_TYPE_BEFORE, CUTOFF_TYPE_AFTER, // TODO: AFTER is deprecated in CLDR 29. Remove. CUTOFF_TYPE_FROM, - CUTOFF_TYPE_AT, + CUTOFF_TYPE_AT }; } // namespace -- 2.40.0