projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f86a0b3
)
render: Fix typo in comment.
author
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 22 Jul 2014 04:01:53 +0000
(21:01 -0700)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 22 Jul 2014 04:01:53 +0000
(21:01 -0700)
src/output/render.c
patch
|
blob
|
history
diff --git
a/src/output/render.c
b/src/output/render.c
index 8529603be640d98e5336ecbc5aca7109cdc38a18..274d692c61c72946fc786666c284d470149a71bb 100644
(file)
--- a/
src/output/render.c
+++ b/
src/output/render.c
@@
-61,7
+61,7
@@
struct render_page
Similarly, cp[V] represents y positions within the table.
cp[V][0] = 0.
cp[V][1] = the height of the topmost horizontal rule.
- cp[V][2] = cp[V][1] + the height of the topmost
column
.
+ cp[V][2] = cp[V][1] + the height of the topmost
row
.
cp[V][3] = cp[V][2] + the height of the second-from-top horizontal rule.
and so on:
cp[V][2 * nr] = y position of the bottommost horizontal rule.