1sssa
This commit is contained in:
parent
e9d6f73da8
commit
0bcc777c74
@ -53,7 +53,7 @@ void spusti_system(struct Uzol* u){
|
||||
return;
|
||||
}
|
||||
|
||||
printf("Odpovedajte 'a' pre prvu moznost alebo 'n' pre druhu moznost.\n");
|
||||
printf("Nerozumiem\n");
|
||||
printf("%s", u->text);
|
||||
|
||||
char c;
|
||||
@ -69,7 +69,7 @@ void spusti_system(struct Uzol* u){
|
||||
spusti_system(u->nie);
|
||||
}
|
||||
else{
|
||||
printf("Nespravny vstup. Odpovedajte len 'a' alebo 'n'.\n");
|
||||
printf("Nerozumiem\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user