aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--roff.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/roff.c b/roff.c
index 2029bd48..bb612385 100644
--- a/roff.c
+++ b/roff.c
@@ -1,4 +1,4 @@
-/* $Id: roff.c,v 1.136 2011/04/19 16:38:48 kristaps Exp $ */
+/* $Id: roff.c,v 1.137 2011/04/24 23:51:17 schwarze Exp $ */
/*
* Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -829,8 +829,7 @@ roff_block_sub(ROFF_ARGS)
* pulling it out of the hashtable.
*/
- if (ROFF_MAX == (t = roff_parse(r, *bufp, &pos)))
- return(ROFF_IGN);
+ t = roff_parse(r, *bufp, &pos);
/*
* Macros other than block-end are only significant