summaryrefslogtreecommitdiffstats
path: root/roff.c
diff options
context:
space:
mode:
Diffstat (limited to 'roff.c')
-rw-r--r--roff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/roff.c b/roff.c
index 88f8f060..0db87efa 100644
--- a/roff.c
+++ b/roff.c
@@ -305,7 +305,7 @@ roff_new_close(ROFF_ARGS)
if ( ! (*r->msg)(MANDOCERR_NOSCOPE, r->data, ln, ppos, NULL))
return(ROFF_ERR);
*/
- return(ROFF_CONT);
+ return(ROFF_IGN);
}