aboutsummaryrefslogtreecommitdiff
path: root/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'tree.c')
-rw-r--r--tree.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tree.c b/tree.c
index 0e27d16..8a2c3bf 100644
--- a/tree.c
+++ b/tree.c
@@ -86,6 +86,8 @@ ptree *t;
fprintf(stderr, "\n\nTREE\n"
"==========================================================\n");
aux_tree_print(t, 0);
+ fprintf(stderr,
+ "**********************************************************\n");
return;
}