du6 - 8
This commit is contained in:
parent
560af45a2c
commit
bfcae1b1dd
@ -95,7 +95,7 @@ void run_system(Tree *node) {
|
|||||||
} else if (c == 'n') {
|
} else if (c == 'n') {
|
||||||
run_system(node->right);
|
run_system(node->right);
|
||||||
} else {
|
} else {
|
||||||
printf("Koniec vstupu\n");
|
printf("Nerozumiem\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user