summaryrefslogtreecommitdiff
path: root/src/util/BinaryTree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/BinaryTree.h')
-rw-r--r--src/util/BinaryTree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/BinaryTree.h b/src/util/BinaryTree.h
index 33e02b62..07356f3f 100644
--- a/src/util/BinaryTree.h
+++ b/src/util/BinaryTree.h
@@ -38,7 +38,7 @@ void TreePrintNodes(t_tree *root, int depth, void (*print_node)(void *, int));
t_tree *TreeFindNode(t_tree *root, void *data, int (*compare)(const void *, const void *));
#ifdef _cplusplus
- }
+}
#endif
#endif