Clean up extra semicolon after block
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
f4f048234c
commit
5499c2e9cb
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue