aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tbl_layout.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-01-02 20:34:05 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-01-02 20:34:05 +0000
commit298f818bf95cddb04543ee3777a239b4d7a7fe6d (patch)
treefd32680ae20bf9ab566a68afcc850e60e22661e6 /tbl_layout.c
parent7d5e0e2a6c6340e24187d9edfe8bfe7bb441ffd8 (diff)
downloadmandoc-298f818bf95cddb04543ee3777a239b4d7a7fe6d.tar.gz
mandoc-298f818bf95cddb04543ee3777a239b4d7a7fe6d.tar.zst
mandoc-298f818bf95cddb04543ee3777a239b4d7a7fe6d.zip
Fix table to print nicely (merging error). Also have -Ttree push out some
header stuff.
Diffstat (limited to 'tbl_layout.c')
-rw-r--r--tbl_layout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbl_layout.c b/tbl_layout.c
index d0a9c617..30e6b01a 100644
--- a/tbl_layout.c
+++ b/tbl_layout.c
@@ -1,4 +1,4 @@
-/* $Id: tbl_layout.c,v 1.7 2011/01/02 12:04:23 kristaps Exp $ */
+/* $Id: tbl_layout.c,v 1.8 2011/01/02 20:34:05 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -294,7 +294,7 @@ cell_alloc(struct tbl_node *tbl, struct tbl_row *rp, enum tbl_cellt pos)
* ones.
*/
- h = pp ? pp->head->prev : tbl->first_head;
+ h = pp ? pp->head->next : tbl->first_head;
if (h) {
/* Re-use data header. */