Fix the previous revision.

This commit is contained in:
Markus Armbruster 2006-06-01 18:57:42 +00:00
parent 6fadcf6e8e
commit 401e072824

View file

@ -94,7 +94,7 @@ start_stop(int off)
return RET_SYN; return RET_SYN;
type = ef_byname_from(p, sct_or_unit); type = ef_byname_from(p, sct_or_unit);
if (type < 0) { if (type < 0) {
pr("Sectors, ships, planes, land units or nukes only!"); pr("Sectors, ships, planes, land units or nukes only!\n");
return RET_SYN; return RET_SYN;
} }
arg = player->argp[2]; arg = player->argp[2];