From 38ead5e19936315dc27e9df5ca843091e6fc556f Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Fri, 22 Feb 2008 21:13:32 +0100 Subject: [PATCH] Clean up ugly line break --- src/lib/commands/nati.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/commands/nati.c b/src/lib/commands/nati.c index 3bc9a7d25..4e42ead0f 100644 --- a/src/lib/commands/nati.c +++ b/src/lib/commands/nati.c @@ -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); } -- 2.43.0