]> git.pond.sub.org Git - empserver/commitdiff
Fix the previous revision.
authorMarkus Armbruster <armbru@pond.sub.org>
Thu, 1 Jun 2006 18:57:42 +0000 (18:57 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 1 Jun 2006 18:57:42 +0000 (18:57 +0000)
src/lib/commands/stop.c

index 507c0f54cc9837393fc41391e3cd8ca7510847ce..f246389c7813575eda6f4a5c23a44dc4f1b141de 100644 (file)
@@ -94,7 +94,7 @@ start_stop(int off)
            return RET_SYN;
        type = ef_byname_from(p, sct_or_unit);
        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;
        }
        arg = player->argp[2];