Skip to content

Commit 79629d1

Browse files
committed
Updated
1 parent b92986f commit 79629d1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ To add individual support support for other languages (of all territory names),
152152
-DMAPCODE_SUPPORT_LANGUAGE_CN
153153
-DMAPCODE_SUPPORT_LANGUAGE_CS
154154
-DMAPCODE_SUPPORT_LANGUAGE_DA
155-
-DMAPCODE_SUPPORT_LANGUAGE_DE
155+
-DMAPCODE_SUPPORT_LANGUAGE_DE
156156
-DMAPCODE_SUPPORT_LANGUAGE_EN
157157
-DMAPCODE_SUPPORT_LANGUAGE_ES
158158
-DMAPCODE_SUPPORT_LANGUAGE_FI
@@ -179,8 +179,8 @@ The list of support languages may grow over time.
179179

180180
### 2.5.2
181181

182-
* Added locale support.
183-
182+
* Added locale support.
183+
184184
* Added many languages.
185185

186186
* Hardened unit tests.

mapcodelib/mapcoder.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ typedef struct {
9494
* getTerritoryIsoName(isoName, mapcodeElement.territoryCode, 0)
9595
*/
9696
typedef struct {
97-
char territoryISO[
98-
MAX_ISOCODE_ASCII_LEN + 1]; // The (trimmed and uppercased) territory code, from the input.
97+
char territoryISO[MAX_ISOCODE_ASCII_LEN + 1]; // The (trimmed and uppercased) territory code, from the input.
9998
enum Territory territoryCode; // The territory, as recognized and disambiguated from territoryISO.
10099
char properMapcode[MAX_PROPER_MAPCODE_ASCII_LEN + 1]; // The (romanised) mapcode excl. territory or extension.
101100
int indexOfDot; // Position of dot in properMapcode (a value between 2 and 5).

0 commit comments

Comments
 (0)