diff --git a/cv8/program.c b/cv8/program.c index 4f477b5..7cec6d9 100644 --- a/cv8/program.c +++ b/cv8/program.c @@ -48,7 +48,7 @@ void search(struct tree* this){ if(buffer[0] == 'a'){ if(this->left->value[0] == '*'){ printf("%s\n", this->left->value); - printf("%s\n", this->left->value); + printf("Hallo\n"); return; } printf("%s\n", this->left->value);