Fix the previous revision.
This commit is contained in:
parent
6fadcf6e8e
commit
401e072824
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue