projects
/
super-star-trek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbebf9d
)
Fix a minor bug in -t mode display of the starchart.
author
Eric S. Raymond
<esr@thyrsus.com>
Sun, 17 Sep 2006 00:52:17 +0000
(
00:52
+0000)
committer
Eric S. Raymond
<esr@thyrsus.com>
Sun, 17 Sep 2006 00:52:17 +0000
(
00:52
+0000)
src/reports.c
patch
|
blob
|
history
diff --git
a/src/reports.c
b/src/reports.c
index aa642e49c1d6aaa47ede4dd42e30146522379940..3a6b192a728d7a1de13ac2e01480d41bd1b4e67c 100644
(file)
--- a/
src/reports.c
+++ b/
src/reports.c
@@
-227,6
+227,7
@@
void chart(int nn)
proutn(" |");
if (i<GALSIZE) skip(1);
}
+ prout("");
}
static void sectscan(int goodScan, int i, int j)