summaryrefslogtreecommitdiffstats
path: root/tbl_layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'tbl_layout.c')
-rw-r--r--tbl_layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_layout.c b/tbl_layout.c
index b01b521c..3e3695cd 100644
--- a/tbl_layout.c
+++ b/tbl_layout.c
@@ -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. */