* locales.c (iso_3166): Add missing comma after "United-States".
From-SVN: r277492
This commit is contained in:
parent
e5c10eb89b
commit
c744635c30
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue