diff options
-rw-r--r-- | src/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ insert_node( } int -tree_insert(const struct Tree *const t, const void *const value) { +tree_add(const struct Tree *const t, const void *const value) { int rc = -1; const struct Tree *new = NULL; |