]> granicus.if.org Git - icu/commitdiff
ICU-9440 Delete misplaced comma causing build failure
authorPeter Edberg <pedberg@unicode.org>
Mon, 11 Feb 2013 06:57:31 +0000 (06:57 +0000)
committerPeter Edberg <pedberg@unicode.org>
Mon, 11 Feb 2013 06:57:31 +0000 (06:57 +0000)
X-SVN-Rev: 33164

icu4c/source/i18n/uspoof_impl.cpp

index 841d78875486c5cccf8e27e7348c8f552318e9e5..f7cf997aa0a9ff72ba180ba79625ba63842a2483 100644 (file)
@@ -451,7 +451,7 @@ void SpoofImpl::releaseIdentifierInfo(IdentifierInfo *idInfo) const {
         }
         delete idInfo;
     }
-};
+}