Ein Semikolon zuviel

This commit is contained in:
Enno Rehling 2004-07-09 14:06:27 +00:00
parent aac3605463
commit be72363b0d
1 changed files with 1 additions and 1 deletions

View File

@ -1669,7 +1669,7 @@ getunitg(const region * r, const faction * f)
unit *
getunit(const region * r, const faction * f)
{
int n = read_unitid(f, r);;
int n = read_unitid(f, r);
unit *u2;
if (n == 0) {