This commit is contained in:
Bohdan Kapliuk 2024-11-14 14:44:42 +02:00
parent 61da233c08
commit d163fcaae8

View File

@ -56,7 +56,7 @@ void print_tree(struct tree* tree) {
} else if (r == EOF) { } else if (r == EOF) {
printf("Koniec vstupu\n"); printf("Koniec vstupu\n");
}else { }else {
//printf("Nerozumiem\n"); printf("Nerozumiem\n");
exit(0); exit(0);
} }
} }