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) {
|
if (scanf(" %c", &response) != 1) {
|
||||||
printf("Koniec vstupu\n");
|
printf("Koniec vstupu\n");
|
||||||
return;
|
return;
|
||||||
if else(response != 'a' && response != 'n'){
|
else if(response != 'a' && response != 'n'){
|
||||||
printf("Nerozumiem\n");
|
printf("Nerozumiem\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user