aboutsummaryrefslogtreecommitdiffstatshomepage
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
commita03ada82544c8419c243f11f16b3aefd27e3e577 (patch)
tree6ee43ba9cb303c447ffb43c77c36675b36a148eb /term.c
parent005b7d95d877cf91ace6c09d14530e956ed06308 (diff)
downloadmandoc-a03ada82544c8419c243f11f16b3aefd27e3e577.tar.gz
mandoc-a03ada82544c8419c243f11f16b3aefd27e3e577.tar.zst
mandoc-a03ada82544c8419c243f11f16b3aefd27e3e577.zip
Removed assertion (disregarded blank literal lines).
Diffstat (limited to 'term.c')
-rw-r--r--term.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/term.c b/term.c
index e67a99e4..066013d6 100644
--- a/term.c
+++ b/term.c
@@ -1,4 +1,4 @@
-/* $Id: term.c,v 1.86 2009/07/15 15:37:48 kristaps Exp $ */
+/* $Id: term.c,v 1.87 2009/07/15 15:53:57 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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;