commit
This commit is contained in:
parent
d3d9dd7ab6
commit
3439976ef7
@ -60,7 +60,7 @@ void run_system(struct Node* node) {
|
|||||||
} else if (strcmp(answer, "n") == 0) {
|
} else if (strcmp(answer, "n") == 0) {
|
||||||
run_system(node->right);
|
run_system(node->right);
|
||||||
} else {
|
} else {
|
||||||
return;
|
printf("Nerozumiem\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user