]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/pptest.cpp
ICU-66108.tar.gz
[apple/icu.git] / icuSources / test / intltest / pptest.cpp
index 594ff219eb3d70774644290c76a319d6d8eecfe9..0f619d0e1c673c166e8162b49e8e91dacbedd76f 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
  * COPYRIGHT: 
  * Copyright (c) 1997-2010, International Business Machines Corporation and
@@ -180,7 +182,7 @@ void ParsePositionTest::TestFieldPosition_example()
     if (failure(status, "NumberFormat::createInstance", TRUE)){
         delete nf;
         return;
-    };
+    }
 
     DecimalFormat *fmt = dynamic_cast<DecimalFormat *>(nf);
     if(fmt == NULL) {