This commit is contained in:
Maryna Kravtsova 2020-11-22 17:05:23 +01:00
parent 18b8b31893
commit febc229736

View File

@ -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);