commit
This commit is contained in:
parent
b6582dac71
commit
2e0219af19
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user