]> granicus.if.org Git - icu/commitdiff
ICU-9258 Remove extra comma in enum
authorMichael Ow <mow@svn.icu-project.org>
Fri, 1 Jun 2012 14:43:02 +0000 (14:43 +0000)
committerMichael Ow <mow@svn.icu-project.org>
Fri, 1 Jun 2012 14:43:02 +0000 (14:43 +0000)
X-SVN-Rev: 31895

icu4c/source/i18n/dcfmtimp.h

index 6bc2c0f0871c4177f6dd764e862ff5dff9cf2a05..87bf79831674b45c963cd23ae09771213cc14e01 100644 (file)
@@ -17,7 +17,7 @@ U_NAMESPACE_BEGIN
 enum EDecimalFormatFastpathStatus {
   kFastpathNO = 0,
   kFastpathYES = 1,
-  kFastpathUNKNOWN = 2, /* not yet set */
+  kFastpathUNKNOWN = 2 /* not yet set */
 };
 
 /**