summaryrefslogtreecommitdiffstatshomepage
path: root/roff.c
diff options
context:
space:
mode:
Diffstat (limited to 'roff.c')
-rw-r--r--roff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/roff.c b/roff.c
index b05bb173..86a5e199 100644
--- a/roff.c
+++ b/roff.c
@@ -1,4 +1,4 @@
-/* $Id: roff.c,v 1.21 2008/11/30 18:50:44 kristaps Exp $ */
+/* $Id: roff.c,v 1.22 2008/11/30 18:53:11 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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--;