* locales.c (iso_3166): Add missing comma after "United-States".
authorJakub Jelinek <jakub@redhat.com>
Sun, 27 Oct 2019 20:46:54 +0000 (21:46 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sun, 27 Oct 2019 20:46:54 +0000 (21:46 +0100)
From-SVN: r277492

gcc/ada/ChangeLog
gcc/ada/locales.c

index e0d4e65..193bd10 100644 (file)
@@ -1,3 +1,7 @@
+2019-10-27  Jakub Jelinek  <jakub@redhat.com>
+
+       * locales.c (iso_3166): Add missing comma after "United-States".
+
 2019-10-15  Arnaud Charlet  <charlet@adacore.com>
 
        * Makefile.rtl (a-except.o): Put -O1 earlier so that it can be
index 2bf9003..9372bdb 100644 (file)
@@ -529,7 +529,7 @@ static char* iso_3166[] =
   "UM", "United States Minor Outlying Islands",
   "US", "United States",
   "US", "United States of America",
-  "US", "United-States"
+  "US", "United-States",
   "UY", "Uruguay",
   "UZ", "Uzbekistan",