]> granicus.if.org Git - icu/commitdiff
ICU-8811 Remove extra comma from enumeration
authorJohn Emmons <emmo@us.ibm.com>
Thu, 15 Sep 2011 20:50:10 +0000 (20:50 +0000)
committerJohn Emmons <emmo@us.ibm.com>
Thu, 15 Sep 2011 20:50:10 +0000 (20:50 +0000)
X-SVN-Rev: 30669

icu4c/source/i18n/tznames.h

index ae99f4c1d1adef0abcfb4719d67eb30c2a5727a1..3d8c3cd7162c94cd8c9909e904b53f3bdc41a95c 100644 (file)
@@ -27,7 +27,7 @@ typedef enum UTimeZoneNameType {
     UTZNM_LONG_DAYLIGHT     = 0x04,
     UTZNM_SHORT_GENERIC     = 0x08,
     UTZNM_SHORT_STANDARD    = 0x10,
-    UTZNM_SHORT_DAYLIGHT    = 0x20,
+    UTZNM_SHORT_DAYLIGHT    = 0x20
 } UTimeZoneNameType;
 
 U_CDECL_END