Initializacia
This commit is contained in:
parent
1b9c8f4a2e
commit
e94c43f798
@ -87,7 +87,7 @@ int main() {
|
||||
struct tree* root = load_tree();
|
||||
if (!root) {
|
||||
printf("Chyba: Nepodarilo sa nacitat bazu pravidiel.\n");
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
int count = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user