(svn r27187) -Fix: Code style.

This commit is contained in:
frosch
2015-03-15 12:19:58 +00:00
parent ab048fdcd1
commit aef1cf42e1
3 changed files with 8 additions and 8 deletions

View File

@@ -635,7 +635,7 @@ static char *MakeCzechTownName(char *buf, const char *last, uint32 seed)
choose = _name_czech_subst_full[stem].choose;
allow = _name_czech_subst_full[stem].allow;
} else {
unsigned int map[lengthof(_name_czech_subst_ending)];
uint map[lengthof(_name_czech_subst_ending)];
int ending_start = -1, ending_stop = -1;
/* Load the substantive */