diff --git a/cv7/program.c b/cv7/program.c index 327d491..8e6795e 100644 --- a/cv7/program.c +++ b/cv7/program.c @@ -47,7 +47,7 @@ void print_tree(struct tree* tree, int offset) { } printf("%s", tree->value); if (tree->value[0] == '*') { - printf("Koniec vstupu\n"); + printf("Koniec\n"); return; } char r = getchar();