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

From-SVN: r277492
This commit is contained in:
Jakub Jelinek 2019-10-27 21:46:54 +01:00 committed by Jakub Jelinek
parent e5c10eb89b
commit c744635c30
2 changed files with 5 additions and 1 deletions

View 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

View 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",