Commit c744635c by Jakub Jelinek Committed by Jakub Jelinek

* locales.c (iso_3166): Add missing comma after "United-States".

From-SVN: r277492
parent e5c10eb8
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> 2019-10-15 Arnaud Charlet <charlet@adacore.com>
* Makefile.rtl (a-except.o): Put -O1 earlier so that it can be * Makefile.rtl (a-except.o): Put -O1 earlier so that it can be
......
...@@ -529,7 +529,7 @@ static char* iso_3166[] = ...@@ -529,7 +529,7 @@ static char* iso_3166[] =
"UM", "United States Minor Outlying Islands", "UM", "United States Minor Outlying Islands",
"US", "United States", "US", "United States",
"US", "United States of America", "US", "United States of America",
"US", "United-States" "US", "United-States",
"UY", "Uruguay", "UY", "Uruguay",
"UZ", "Uzbekistan", "UZ", "Uzbekistan",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment