refresh
This commit is contained in:
parent
b1e18aa947
commit
07d5261362
@ -102,9 +102,10 @@ static void run_dialog(TreeNode *root) {
|
||||
else if (c == 'n') {
|
||||
run_dialog(root->no_branch);
|
||||
}
|
||||
else {
|
||||
printf("Odpovedajte 'a' alebo 'n'\n");
|
||||
}
|
||||
else {
|
||||
printf("Nerozumiem\n");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
int main() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user