buffet
This commit is contained in:
parent
18b8b31893
commit
febc229736
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user