From 0f6c4296b18f33d64a3e2d364c180a42435bcb34 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 27 Oct 2005 23:23:42 +0000 Subject: [PATCH] (set): Fix the previous revision. --- src/lib/commands/set.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/commands/set.c b/src/lib/commands/set.c index 9e6a3b28..f0ec5f62 100644 --- a/src/lib/commands/set.c +++ b/src/lib/commands/set.c @@ -80,7 +80,7 @@ set(void) if ((p = getstarg(player->argp[1], "Ship, plane, land unit or nuke? ", buf)) == 0) return RET_SYN; if ((type = ef_byname_from(p, ef_saleable)) < 0) { - pr("You can sell only ships, planes, land units or nukes\n", p); + pr("You can sell only ships, planes, land units or nukes\n"); return RET_SYN; } if (!snxtitem(&ni, type, player->argp[2]))