diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-29 18:58:52 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-29 18:58:52 +0000 |
commit | cd3f87782ffba7533bf3f5c52b02192aa287533b (patch) | |
tree | f9956f93b246da68aaee48674816f5ab7db5535e /mdoc_term.c | |
parent | 856ccfd0e453b0e0b926d34de280f8e2649d3da6 (diff) | |
download | mandoc-cd3f87782ffba7533bf3f5c52b02192aa287533b.tar.gz |
Moved printing of empty word [back] into mdoc_action.c so that it's not
mirrored across front-ends.
Diffstat (limited to 'mdoc_term.c')
-rw-r--r-- | mdoc_term.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mdoc_term.c b/mdoc_term.c index 65c39277..943a880d 100644 --- a/mdoc_term.c +++ b/mdoc_term.c @@ -2098,8 +2098,6 @@ termp_li_pre(DECL_ARGS) { term_fontpush(p, TERMFONT_NONE); - if (NULL == n->child) - term_word(p, ""); return(1); } |