]> gcc.gnu.org Git - gcc.git/commitdiff
* 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 e0d4e657fedd6f5db5d3b3ac59d1c3ea3788956e..193bd10c7574b2ad9d3b777f4cea4dd101a872c4 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 2bf900319cae9399ec7bc2f6cbce00a202f34549..9372bdb2d58a816a810a9e0a85b5feef844fb490 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",
 
This page took 0.066488 seconds and 5 git commands to generate.