diff --git a/cv8/program.c b/cv8/program.c index 2685aeb..3aefa9d 100644 --- a/cv8/program.c +++ b/cv8/program.c @@ -71,7 +71,7 @@ void print_dot(struct tree* node) { } print_dot(node->right); } - printf("}\n"); + //printf("}\n"); } int count_leaves(struct tree* node) {