cv7
This commit is contained in:
parent
0b7175626f
commit
3c5797d09b
@ -47,7 +47,7 @@ void print_tree(struct tree* tree, int offset) {
|
|||||||
}
|
}
|
||||||
printf("%s", tree->value);
|
printf("%s", tree->value);
|
||||||
if (tree->value[0] == '*') {
|
if (tree->value[0] == '*') {
|
||||||
printf("Koniec vstupu\n");
|
printf("Koniec\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
char r = getchar();
|
char r = getchar();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user