aboutsummaryrefslogtreecommitdiff
path: root/lib/dyn_tree.c
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2016-08-22 11:15:16 +0200
committerKatharina Fey <kookie@spacekookie.de>2016-08-22 11:15:16 +0200
commit1fdedc5f41a36b774a7a691edb5c8722f2529f82 (patch)
treec2607cdaa9cd8957d2ec5f860dfa68e2f38f47e8 /lib/dyn_tree.c
parent40a3881a694a9e33104dba706e9ec15eba5e67d7 (diff)
First release candidate for version 1.0
- Adding preliminary json encode functionality - Adding new executable with test functions Code needs further testing but should be functional.
Diffstat (limited to '')
-rw-r--r--lib/dyn_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dyn_tree.c b/lib/dyn_tree.c
index 5035849..c01d9f6 100644
--- a/lib/dyn_tree.c
+++ b/lib/dyn_tree.c
@@ -10,7 +10,7 @@
#define RDB_REC_DEF_SIZE 2
#define RDB_REC_MULTIPLY 2
-/***Forward declared functions ***/
+/*** Forward declared functions ***/
int recursive_search(dtree**, dtree *, dtree *);