Initializacia

This commit is contained in:
Kozar 2024-11-10 15:43:59 +00:00
parent 7f3b454756
commit a7794811d7

View File

@ -50,7 +50,7 @@ void run_tree(struct tree* tree) {
char response;
if (scanf(" %c", &response) != 1 || (response != 'a' && response != 'n')) {
printf("Nespravny vstup. Koniec.\n");
printf("Nerozumiem\n");
return;
}