This commit is contained in:
Vadym Afanasiev 2026-04-16 21:04:37 +00:00
parent 6a385123f2
commit 618f0d2f1c

View File

@ -74,7 +74,7 @@ void chat_with_user(Node *root, int answer_count) {
printf("%s\n", current->text); printf("%s\n", current->text);
if (fgets(input, sizeof(input), stdin) == NULL) { if (fgets(input, sizeof(input), stdin) == NULL) {
printf("Koniec\n"); printf("Koniec vstupu\n");
return; return;
} }