(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
|
@ -288,7 +288,7 @@ sdump(void)
|
|||
pr(" %d", yrel(np, ship.shp_y));
|
||||
break;
|
||||
case 4:
|
||||
pr(" %c ", ship.shp_fleet ? ship.shp_fleet : '~');
|
||||
pr(" %c", ship.shp_fleet ? ship.shp_fleet : '~');
|
||||
break;
|
||||
case 5:
|
||||
pr(" %d", ship.shp_effic);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue