aboutsummaryrefslogtreecommitdiff
path: root/src/tbf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tbf.c')
-rw-r--r--src/tbf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tbf.c b/src/tbf.c
index 4e00bd8..f906e7c 100644
--- a/src/tbf.c
+++ b/src/tbf.c
@@ -196,7 +196,7 @@ tree_delete_node_unlocked(struct tree *tree, struct node *node)
node->child[CHILD_LEFT]->parent = parent;
} else {
/* Node has both subtrees. Find the largest value in the
- right subtree */
+ left subtree */
struct node *p;
for (p = node->child[CHILD_LEFT]; p->child[CHILD_RIGHT];
p = p->child[CHILD_RIGHT])
@@ -836,7 +836,7 @@ tbf_release_tree(struct tree **t)
static void
-tbf_exit()
+tbf_exit(void)
{
if (tbf_dump_file_name) {
struct tree *t = tbf_get_tree();

Return to:

Send suggestions and report system problems to the System administrator.