]> git.pond.sub.org Git - empserver/commitdiff
(scuttle_tradeship): Remove carriage return.
authorRon Koenderink <rkoenderink@yahoo.ca>
Wed, 15 Dec 2004 03:00:08 +0000 (03:00 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Wed, 15 Dec 2004 03:00:08 +0000 (03:00 +0000)
src/lib/commands/scut.c

index 874721ecb0da9c61487cb3f77a29c2748bcb8f02..2e04c132e019750131c72e3127495b754811af43 100644 (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);\r
+           cash *= (1.0 + trade_ally_bonus);
        }
     }