This commit is contained in:
Maryna Kravtsova 2020-11-22 17:37:00 +01:00
parent 5b1c508e35
commit cd1dab8c86

View File

@ -66,7 +66,7 @@ void search(struct tree* this){
search(this->right);
}
if(buffer[0] != 'a' || buffer[0] != 'n'){
else {
printf("Nerozumiem\n");
return;
}