This commit is contained in:
Vadym Afanasiev 2026-04-16 20:58:10 +00:00
parent 47f297b857
commit 7f60642436

View File

@ -85,7 +85,7 @@ void chat_with_user(Node *root, int answer_count) {
} else if (strcmp(input, "n") == 0) { } else if (strcmp(input, "n") == 0) {
current = current->no; current = current->no;
} else { } else {
printf("Koniec\n"); printf("Nerozumiem\n");
return; return;
} }
} }