diff --git a/cv8/program.c b/cv8/program.c index 393e55c..08917e9 100644 --- a/cv8/program.c +++ b/cv8/program.c @@ -65,7 +65,7 @@ void search(struct tree* this){ else if(buffer[0] == 'n'){ if(this->right->value[0] == '*'){ printf("%s\n", this->right->value); - printf("Koniec\n") + printf("Koniec\n"); return; } printf("%s\n", this->right->value);