diff --git a/cv8/program.c b/cv8/program.c index 6efcd97..5f9c637 100644 --- a/cv8/program.c +++ b/cv8/program.c @@ -66,7 +66,7 @@ void search(struct tree* this){ search(this->right); } - if(buffer[0] != 'a' || buffer[0] != 'n'){ + else { printf("Nerozumiem\n"); return; }