summaryrefslogtreecommitdiffstats
path: root/term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-15 15:53:57 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-15 15:53:57 +0000
commit469dda9abe8e2d5ff08ae7d632dad0b4a59a2d49 (patch)
tree426f65e1a1df3f16c8c30383fcb993215153289d /term.c
parent5124c2e62f7d10cb20110b131988c9bb390740b2 (diff)
downloadmandoc-469dda9abe8e2d5ff08ae7d632dad0b4a59a2d49.tar.gz
Removed assertion (disregarded blank literal lines).
Diffstat (limited to 'term.c')
-rw-r--r--term.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/term.c b/term.c
index 53ef0ce7..ffb18246 100644
--- a/term.c
+++ b/term.c
@@ -496,7 +496,6 @@ void
term_word(struct termp *p, const char *word)
{
- assert(*word);
if (term_isclosedelim(word))
if ( ! (TERMP_IGNDELIM & p->flags))
p->flags |= TERMP_NOSPACE;