diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-21 14:28:36 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-21 14:28:36 +0000 |
commit | f89236c224edb1ad78bcfb7baa69149ebc7026a9 (patch) | |
tree | e71443b7abecbd5bb99448b4a6a0523083909838 /mdoc_term.c | |
parent | 036bd3235d36d7798320947e3f682ca3fc323f4b (diff) | |
download | mandoc-f89236c224edb1ad78bcfb7baa69149ebc7026a9.tar.gz |
Re-fixed `-diag' (accidentally broke in last checkin).
Diffstat (limited to 'mdoc_term.c')
-rw-r--r-- | mdoc_term.c | 2 |
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); |