du5
This commit is contained in:
parent
971ff62216
commit
83b75a03cf
@ -96,7 +96,7 @@ void start(Tree *node) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (node && node->isAnswer) {
|
if (node && node->isAnswer) {
|
||||||
printf("*%s\n", node->text);
|
printf("* %s\n", node->text);
|
||||||
printf("Koniec\n");
|
printf("Koniec\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user