(ldump, pdump, sdump): The previous revision added extra space to the
output, fix that.
This commit is contained in:
parent
42e7e3e389
commit
4985d9c9cd
3 changed files with 3 additions and 3 deletions
|
@ -326,7 +326,7 @@ ldump(void)
|
|||
pr(" %d", yrel(np, land.lnd_y));
|
||||
break;
|
||||
case 4:
|
||||
pr(" %c ", land.lnd_army ? land.lnd_army : '~');
|
||||
pr(" %c", land.lnd_army ? land.lnd_army : '~');
|
||||
break;
|
||||
case 5:
|
||||
pr(" %d", land.lnd_effic);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue