Update cv7/program.c

This commit is contained in:
Marat Izmailov 2024-11-13 21:22:03 +00:00
parent 04b91e7d5d
commit 2b8352f725

View File

@ -89,8 +89,7 @@ void ask_question(Node *node) {
ask_question(node->no);
break;
} else {
printf("Neplatna odpoved, koniec.\n");
break;
printf("Nerozumiem\n");
}
}
}