diff --git a/src/common/kernel/eressea.c b/src/common/kernel/eressea.c index 09525f13d..34baaf0d8 100644 --- a/src/common/kernel/eressea.c +++ b/src/common/kernel/eressea.c @@ -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) {