Initializacia
This commit is contained in:
parent
f9bc3d6d6e
commit
cda4f030d6
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user