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.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tbl.c') diff --git a/tbl.c b/tbl.c index 35ca9e09..e22dffd5 100644 --- a/tbl.c +++ b/tbl.c @@ -1,4 +1,4 @@ -/* $Id: tbl.c,v 1.18 2011/01/02 12:04:23 kristaps Exp $ */ +/* $Id: tbl.c,v 1.19 2011/01/02 20:34:05 kristaps Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * @@ -199,9 +199,6 @@ static void tbl_calc_data(struct tbl_node *tbl, struct tbl_dat *data) { - /* - * This is the case with overrunning cells... - */ if (NULL == data->layout) return; @@ -313,5 +310,3 @@ tbl_calc_data_literal(struct tbl_dat *data) if (data->layout->head->width < sz) data->layout->head->width = sz; } - - -- cgit v1.2.3