du5
This commit is contained in:
parent
938139fdee
commit
eecd373e40
@ -79,7 +79,7 @@ void start(Tree *node) {
|
|||||||
|
|
||||||
while (node != NULL) {
|
while (node != NULL) {
|
||||||
if (node->isAnswer) {
|
if (node->isAnswer) {
|
||||||
printf("* %s\n", node->text);
|
printf("*%s\n", node->text);
|
||||||
printf("Koniec\n");
|
printf("Koniec\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user