(ldump, pdump, sdump): The previous revision added extra space to the

output, fix that.
This commit is contained in:
Markus Armbruster 2006-06-24 08:06:33 +00:00
parent 42e7e3e389
commit 4985d9c9cd
3 changed files with 3 additions and 3 deletions

View file

@ -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);