du5
This commit is contained in:
parent
cb3c69cf90
commit
df9cc1efc9
@ -95,7 +95,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