From febc2297368be0c27c7302d84b78a2225ed87779 Mon Sep 17 00:00:00 2001 From: Maryna Kravtsova Date: Sun, 22 Nov 2020 17:05:23 +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 393e55c..08917e9 100644 --- a/cv8/program.c +++ b/cv8/program.c @@ -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);