summaryrefslogtreecommitdiffstats
path: root/roff.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-11-30 18:53:11 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-11-30 18:53:11 +0000
commit5e7604c4190905586a39ebd4e1638f83e25b46b5 (patch)
tree117dd1fbd0da56b76fb07658205ca65e7ef5e12b /roff.c
parent4bbdbe91830ef70f8e2412f6f13baa347956208b (diff)
downloadmandoc-5e7604c4190905586a39ebd4e1638f83e25b46b5.tar.gz
Small error fixed.
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 d692dad2..86c3e61e 100644
--- a/roff.c
+++ b/roff.c
@@ -1022,7 +1022,7 @@ roff_layout(ROFFCALL_ARGS)
assert(i > 0);
if ( ! roffispunct(argv[--i]))
- return(1);
+ return((*tree->cb.roffout)(tree->arg, tok));
while (i >= 0 && roffispunct(argv[i]))
i--;