summaryrefslogtreecommitdiffstats
path: root/mdoc_term.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-02-05 01:46:56 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-02-05 01:46:56 +0000
commit902f6a979cb9238ddee3e60feebb858f2c773e7f (patch)
tree2bfaae099eaf4cc972ec0029c5ffbd9d4e62586f /mdoc_term.c
parent4514bbe8133f9b6a03f35d9c4321d64e48e6cf33 (diff)
downloadmandoc-902f6a979cb9238ddee3e60feebb858f2c773e7f.tar.gz
fix handling of empty .An macros
Diffstat (limited to 'mdoc_term.c')
-rw-r--r--mdoc_term.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mdoc_term.c b/mdoc_term.c
index d101bbb3..0c13f8c1 100644
--- a/mdoc_term.c
+++ b/mdoc_term.c
@@ -1091,9 +1091,6 @@ termp_an_pre(DECL_ARGS)
return(0);
}
- if (n->child == NULL)
- return(0);
-
if (p->flags & TERMP_SPLIT)
term_newln(p);