oks
This commit is contained in:
parent
6a385123f2
commit
618f0d2f1c
@ -74,7 +74,7 @@ void chat_with_user(Node *root, int answer_count) {
|
||||
printf("%s\n", current->text);
|
||||
|
||||
if (fgets(input, sizeof(input), stdin) == NULL) {
|
||||
printf("Koniec\n");
|
||||
printf("Koniec vstupu\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user