Initializacia
This commit is contained in:
parent
8509c1119c
commit
ef2e448620
@ -52,7 +52,7 @@ void run_tree(struct tree* tree) {
|
|||||||
|
|
||||||
char response;
|
char response;
|
||||||
if (scanf(" %c", &response) != 1) {
|
if (scanf(" %c", &response) != 1) {
|
||||||
printf("Chybna databaza\n");
|
printf("Koniec vstupu\n");
|
||||||
return;
|
return;
|
||||||
} else if (response != 'a' && response != 'n'){
|
} else if (response != 'a' && response != 'n'){
|
||||||
printf("Nerozumiem\n");
|
printf("Nerozumiem\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user