du6 - 7
This commit is contained in:
parent
913eb6224f
commit
560af45a2c
@ -79,7 +79,7 @@ void run_system(Tree *node) {
|
|||||||
|
|
||||||
// list -> koniec
|
// list -> koniec
|
||||||
if (!node->left && !node->right) {
|
if (!node->left && !node->right) {
|
||||||
printf("Koniec\n")
|
printf("Koniec\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user