diff --git a/cv8/program.c b/cv8/program.c index f3839b5..ae3b8f2 100644 --- a/cv8/program.c +++ b/cv8/program.c @@ -45,7 +45,7 @@ void search(struct tree* this){ printf("Koniec vstupu\n"); exit(0); } - + else{ if(buffer[0] == 'a'){ if(this->left->value[0] == '*'){ printf("%s\n", this->left->value); @@ -78,6 +78,7 @@ void search(struct tree* this){ printf("Nerozumiem\n"); return; } + } } void print_tree(struct tree* tree,int offset){