From be72363b0d853aeb84f9484a76716b48d6483c13 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Fri, 9 Jul 2004 14:06:27 +0000 Subject: [PATCH] Ein Semikolon zuviel --- src/common/kernel/eressea.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {