mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 16:40:27 +00:00
[WINESYNC] Assorted spelling/grammar fixes.
wine commit id 1e214eb5d354ffbb64699686913a5eb61998ed78 by Frédéric Delanoy <frederic.delanoy@gmail.com>
This commit is contained in:
parent
f70a1d03b0
commit
8c0ffa6f18
1 changed files with 1 additions and 1 deletions
|
@ -5419,7 +5419,7 @@ static const struct geoinfo_t *get_geoinfo_dataptr(GEOID geoid)
|
|||
|
||||
ptr = &geoinfodata[n];
|
||||
if (geoid == ptr->id)
|
||||
/* we don't need empty entry */
|
||||
/* we don't need empty entries */
|
||||
return *ptr->iso2W ? ptr : NULL;
|
||||
|
||||
if (ptr->id > geoid)
|
||||
|
|
Loading…
Reference in a new issue