From 298f818bf95cddb04543ee3777a239b4d7a7fe6d Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 2 Jan 2011 20:34:05 +0000 Subject: Fix table to print nicely (merging error). Also have -Ttree push out some header stuff. --- tbl_layout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tbl_layout.c') 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 * @@ -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. */ -- cgit v1.2.3