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) {
|
||||
run_system(node->right);
|
||||
} else {
|
||||
return;
|
||||
printf("Nerozumiem\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user