Fix two minor presentation bugs.
[super-star-trek.git] / reports.c
index 842ca87e41a648e77de4cfe74efcc48843f53bb8..e26e9324fca7373dda568a1104abc144d8375d72 100644 (file)
--- a/reports.c
+++ b/reports.c
@@ -143,7 +143,7 @@ void lrscan(void)
                if (game.state.galaxy[x][y].supernova) 
                    proutn("***");
                else
-                   proutn(" %-3d", game.state.chart[x][y].klingons*100 + game.state.chart[x][y].starbase * 10 + game.state.chart[x][y].stars);
+                   proutn(" %3d", game.state.chart[x][y].klingons*100 + game.state.chart[x][y].starbase * 10 + game.state.chart[x][y].stars);
            }
        }
        prout(" ");