(scuttle_tradeship): Remove carriage return.

This commit is contained in:
Ron Koenderink 2004-12-15 03:00:08 +00:00
parent 4c4dec738c
commit 8a8bf00c5e

View file

@ -91,7 +91,7 @@ scuttle_tradeship(struct shpstr *sp, int interactive)
if (sect.sct_own != sp->shp_own) {
ally_cash = cash * trade_ally_cut;
cash *= (1.0 + trade_ally_bonus);
cash *= (1.0 + trade_ally_bonus);
}
}