du5
This commit is contained in:
parent
431bf52101
commit
74a6af4fb6
@ -96,7 +96,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