This commit is contained in:
Jana Kapalková 2026-04-16 14:12:16 +02:00
parent b6582dac71
commit 2e0219af19

View File

@ -69,7 +69,7 @@ int main(void) {
struct Node* root = read_tree();
if (root == NULL) {
printf("Chybna databaza\n");
return 1;
return 0;
}
char sep[SIZE];
fgets(sep, SIZE, stdin);