Clean up extra semicolon after block

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2014-02-16 09:10:42 +01:00
parent f4f048234c
commit 5499c2e9cb
2 changed files with 3 additions and 3 deletions

View file

@ -445,8 +445,8 @@ multifire(void)
if ((target == targ_ship) || (target == targ_sub)) {
if (fship.shp_effic > SHIP_MINEFF) {
shp_missdef(&fship, vict);
};
};
}
}
putship(fship.shp_uid, &fship);
break;
default: