summaryrefslogtreecommitdiffstats
path: root/mdoc_term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-20 17:48:13 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-20 17:48:13 +0000
commitb323cfdd62e9fc21bd81db62a3eb2e4913007c6e (patch)
treeefc1fe6ba5b898d6c9cbf8e9172592b903981c39 /mdoc_term.c
parent396ee848349c2dbdf6a6a9d1504ccc8691b549ae (diff)
downloadmandoc-b323cfdd62e9fc21bd81db62a3eb2e4913007c6e.tar.gz
Bl -column in place for -Thtml.
Diffstat (limited to 'mdoc_term.c')
-rw-r--r--mdoc_term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc_term.c b/mdoc_term.c
index bac7d0f0..09d21c73 100644
--- a/mdoc_term.c
+++ b/mdoc_term.c
@@ -762,7 +762,7 @@ termp_it_pre(DECL_ARGS)
* the 0 will be adjusted to default 10 or, if in the
* last column case, set to stretch to the margin).
*/
- for (i = 0, n = node->prev; n && n &&
+ for (i = 0, n = node->prev; n &&
i < (int)bl->args[vals[2]].argv->sz;
n = n->prev, i++)
offset += arg_width