Fix a minor bug in -t mode display of the starchart.
authorEric S. Raymond <esr@thyrsus.com>
Sun, 17 Sep 2006 00:52:17 +0000 (00:52 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Sun, 17 Sep 2006 00:52:17 +0000 (00:52 +0000)
src/reports.c

index aa642e49c1d6aaa47ede4dd42e30146522379940..3a6b192a728d7a1de13ac2e01480d41bd1b4e67c 100644 (file)
@@ -227,6 +227,7 @@ void chart(int nn)
        proutn("  |");
        if (i<GALSIZE) skip(1);
     }
+    prout("");
 }
 
 static void sectscan(int goodScan, int i, int j)