From aaecef62db6ab2f4b6d57502b6e92562a30efb1b Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 20 Mar 2009 16:43:28 +0000 Subject: Fixed literal-formatting error with `Dl'. --- term.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'term.c') diff --git a/term.c b/term.c index b7345157..7b9a3df1 100644 --- a/term.c +++ b/term.c @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.62 2009/03/20 15:14:01 kristaps Exp $ */ +/* $Id: term.c,v 1.63 2009/03/20 16:43:28 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -1343,6 +1343,7 @@ termp_bd_post(DECL_ARGS) if (MDOC_BODY != node->type) return; + term_flushln(p); p->flags &= ~TERMP_LITERAL; p->offset = pair->offset; p->flags |= TERMP_NOSPACE; -- cgit v1.2.3