From 7c22e4fc81f72fdd738fc4c458d59dd70c16c865 Mon Sep 17 00:00:00 2001 From: Maryna Kravtsova Date: Sun, 22 Nov 2020 16:17:13 +0100 Subject: [PATCH] buffet --- cv8/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);