diff --git a/cv8/program.c b/cv8/program.c index 89fa799..d6c9e4d 100644 --- a/cv8/program.c +++ b/cv8/program.c @@ -74,8 +74,9 @@ void search(struct tree* this){ search(this->right); } - printf("Nerozumiem\n"); - + else{ + printf("Nerozumiem\n"); + } } void print_tree(struct tree* tree,int offset){