This commit is contained in:
Your Name 2025-11-20 15:21:10 +01:00
parent 7a365e73c0
commit 4a690ac0f4

View File

@ -69,7 +69,7 @@ void run_knowledge_system(struct tree* node) {
if (node->left != NULL || node->right != NULL) {
char answer[10];
if (fgets(answer, sizeof(answer), stdin) == NULL) {
printf("Koniec_vstupu\n");
printf("Koniec vstupu\n");
return;
}
if (answer[0] == 'a') {