Update 'cv8/program.c'
This commit is contained in:
parent
7d468c37ef
commit
4150615c10
@ -106,7 +106,7 @@ void knowledge_system(struct tree* node) {
|
||||
|
||||
char response;
|
||||
do {
|
||||
printf("%s (a/n) ?\n", node->v);
|
||||
printf("%s", node->v);
|
||||
scanf(" %c", &response);
|
||||
if (response != 'a' && response != 'n') {
|
||||
printf("Nespravny vstup\n");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user