aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'tree.c')
-rw-r--r--tree.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/tree.c b/tree.c
index 4baad7f6..b62c2adf 100644
--- a/tree.c
+++ b/tree.c
@@ -1,4 +1,4 @@
-/* $Id: tree.c,v 1.5 2009/02/20 23:35:36 kristaps Exp $ */
+/* $Id: tree.c,v 1.6 2009/02/21 21:00:06 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -123,11 +123,10 @@ treeprint_r(const struct mdoc_node *n, int indent)
/* ARGSUSED */
-int
+void
treeprint(const struct mdoc_node *node,
const struct mdoc_meta *meta)
{
treeprint_r(node, 0);
- return(1);
}