]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/nati.c
Clean up ugly line break
[empserver] / src / lib / commands / nati.c
index 3bc9a7d25b4a14bd3d1d931d687ddd8547eedc26..4e42ead0fa0a4d5535c69e6c26c85c9e2d9129ed 100644 (file)
@@ -74,8 +74,7 @@ nati(void)
            mil = sect.sct_item[I_MILIT];
            pr("%d%% eff %s at %s has %d civilian%s & %d military\n",
               sect.sct_effic,
-              (sect.sct_type ==
-               SCT_CAPIT ? "capital" : "mountain capital"),
+              sect.sct_type == SCT_CAPIT ? "capital" : "mountain capital",
               xyas(sect.sct_x, sect.sct_y, cnum), civ, splur(civ),
               mil);
        }