This commit is contained in:
mr314ot 2025-11-17 09:36:47 +01:00
parent 1375e5d3fe
commit f5ffb2ffde

View File

@ -85,7 +85,7 @@ void run_system(Tree *node) {
char c; char c;
if (scanf(" %c", &c) != 1) { if (scanf(" %c", &c) != 1) {
printf("Odpovedajte 'a' pre prvu moznost alebo 'n' pre druhu moznost.\n"); printf("Nerozumiem\n");
return; return;
} }