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