Initializacia

This commit is contained in:
Kozar 2024-11-10 15:51:54 +00:00
parent f9bc3d6d6e
commit cda4f030d6

View File

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