X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Frender.c;h=274d692c61c72946fc786666c284d470149a71bb;hb=391b4634b4b46764360c4c39ce94bb90d6e3176a;hp=8529603be640d98e5336ecbc5aca7109cdc38a18;hpb=f86a0b3b5dd8be4fb750db00d829edb8c2a809f2;p=pspp diff --git a/src/output/render.c b/src/output/render.c index 8529603be6..274d692c61 100644 --- 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.