summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mdoc_macro.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mdoc_macro.c b/mdoc_macro.c
index e7ccd62f..bf24a534 100644
--- a/mdoc_macro.c
+++ b/mdoc_macro.c
@@ -792,6 +792,9 @@ blk_exp_close(MACRO_PROT_ARGS)
return(0);
flushed = 1;
}
+
+ mdoc->flags &= ~MDOC_NEWLINE;
+
if ( ! mdoc_macro(mdoc, ntok, line, lastarg, pos, buf))
return(0);
break;