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 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--;