aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--roff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/roff.c b/roff.c
index 5a78640e..c8661b6b 100644
--- a/roff.c
+++ b/roff.c
@@ -1,4 +1,4 @@
-/* $Id: roff.c,v 1.68 2010/05/15 18:43:59 kristaps Exp $ */
+/* $Id: roff.c,v 1.69 2010/05/15 18:48:32 kristaps Exp $ */
/*
* Copyright (c) 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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);
}