(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
|
@ -222,7 +222,7 @@ pdump(void)
|
|||
pr(" %d", yrel(natp, plane.pln_y));
|
||||
break;
|
||||
case 4:
|
||||
pr(" %c ", plane.pln_wing ? plane.pln_wing : '~');
|
||||
pr(" %c", plane.pln_wing ? plane.pln_wing : '~');
|
||||
break;
|
||||
case 5:
|
||||
pr(" %d", plane.pln_effic);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue