du6.1
This commit is contained in:
parent
ce5a5837ef
commit
3921ab1a9f
@ -48,7 +48,7 @@ void run(Node *x) {
|
||||
if (!x) return; // prázdny uzol - nič nerobíme
|
||||
|
||||
if (x->leaf) { // ak sme na liste (odpoveď)
|
||||
printf("* %s\nKoniec\n", x->t); // vypíšeme odpoveď a koniec
|
||||
printf("*%s\nKoniec\n", x->t); // vypíšeme odpoveď a koniec
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user