Initializacia

This commit is contained in:
Kozar 2024-11-10 16:20:02 +00:00
parent 8509c1119c
commit ef2e448620

View File

@ -52,7 +52,7 @@ void run_tree(struct tree* tree) {
char response;
if (scanf(" %c", &response) != 1) {
printf("Chybna databaza\n");
printf("Koniec vstupu\n");
return;
} else if (response != 'a' && response != 'n'){
printf("Nerozumiem\n");