summaryrefslogtreecommitdiffstats
path: root/mdoc_term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-21 14:28:36 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-21 14:28:36 +0000
commitf89236c224edb1ad78bcfb7baa69149ebc7026a9 (patch)
treee71443b7abecbd5bb99448b4a6a0523083909838 /mdoc_term.c
parent036bd3235d36d7798320947e3f682ca3fc323f4b (diff)
downloadmandoc-f89236c224edb1ad78bcfb7baa69149ebc7026a9.tar.gz
Re-fixed `-diag' (accidentally broke in last checkin).
Diffstat (limited to 'mdoc_term.c')
-rw-r--r--mdoc_term.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdoc_term.c b/mdoc_term.c
index 5c5dd54c..b4d8f726 100644
--- a/mdoc_term.c
+++ b/mdoc_term.c
@@ -1014,6 +1014,8 @@ termp_it_post(DECL_ARGS)
switch (type) {
case (MDOC_Item):
/* FALLTHROUGH */
+ case (MDOC_Diag):
+ /* FALLTHROUGH */
case (MDOC_Inset):
if (MDOC_BODY == node->type)
term_flushln(p);