Initializacia
This commit is contained in:
parent
3ecf143992
commit
f533cab35c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user