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