summaryrefslogtreecommitdiffstats
path: root/tbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'tbl.c')
-rw-r--r--tbl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tbl.c b/tbl.c
index 57b8135b..79220448 100644
--- a/tbl.c
+++ b/tbl.c
@@ -153,6 +153,9 @@ tbl_end(struct tbl_node *tbl)
TBL_MSG(tbl, MANDOCERR_TBLNODATA, tbl->line, tbl->pos);
else
tbl_calc(tbl);
+
+ if (tbl->last_span)
+ tbl->last_span->flags |= TBL_SPAN_LAST;
}
static void