summaryrefslogtreecommitdiffstats
path: root/term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-08 14:01:46 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-08 14:01:46 +0000
commit10f09076dfef711681072061a37b30e05dc2ba8e (patch)
tree859cc060383b43968e882b1c736a19e2854d1a26 /term.c
parentc63c2f01f894d2d647e67f40c8eeeded5d5a84a0 (diff)
downloadmandoc-10f09076dfef711681072061a37b30e05dc2ba8e.tar.gz
Bumped minor-number.
All sources converted to new schema.
Diffstat (limited to 'term.c')
-rw-r--r--term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/term.c b/term.c
index daf0010c..195db212 100644
--- a/term.c
+++ b/term.c
@@ -316,7 +316,7 @@ arg_listtype(const struct mdoc_node *n)
assert(MDOC_BLOCK == n->type);
- len = n->args ? n->args->argc : 0;
+ len = (int)(n->args ? n->args->argc : 0);
for (i = 0; i < len; i++)
switch (n->args->argv[i].arg) {