aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tbl.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.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.c')
-rw-r--r--tbl.c7
1 files changed, 1 insertions, 6 deletions
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 <kristaps@bsd.lv>
*
@@ -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;
}
-
-