summaryrefslogtreecommitdiffstats
path: root/tree.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-19 16:20:37 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-19 16:20:37 +0000
commit9b071dd0bfabcc421a13a5cc876733b900e03ef1 (patch)
tree1dbbb28f5ae3d8460be6679e804d5fbdb897399f /tree.c
parent48bfe87c52b29d07f80afe5c113b7bf6b08b80dc (diff)
downloadmandoc-9b071dd0bfabcc421a13a5cc876733b900e03ef1.tar.gz
NetBSD lintified.
Diffstat (limited to 'tree.c')
-rw-r--r--tree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tree.c b/tree.c
index 166876fd..5be7af5d 100644
--- a/tree.c
+++ b/tree.c
@@ -26,6 +26,7 @@
static void tree_body(const struct mdoc_node *, int);
+/* ARGSUSED */
int
tree_run(void *arg, const struct mdoc *mdoc)
{