diff --git a/cv7/program.c b/cv7/program.c index 8ebd22a..6cfe83f 100644 --- a/cv7/program.c +++ b/cv7/program.c @@ -43,7 +43,7 @@ void run_tree(struct tree* tree) { } if (tree->value[0] == '*') { - printf("%s\nKoniec\n", tree->value + 1); + printf("*%s\nKoniec\n", tree->value + 1); return; }