This commit is contained in:
Oleksandr Vyshniakov 2025-11-20 16:33:05 +01:00
parent b1e18aa947
commit 07d5261362

View File

@ -103,7 +103,8 @@ static void run_dialog(TreeNode *root) {
run_dialog(root->no_branch); run_dialog(root->no_branch);
} }
else { else {
printf("Odpovedajte 'a' alebo 'n'\n"); printf("Nerozumiem\n");
return;
} }
} }