du5.4
This commit is contained in:
parent
6a74664025
commit
f33f8f19ef
@ -57,7 +57,8 @@ int main() {
|
|||||||
Node* root = parse_tree(&count, &err);
|
Node* root = parse_tree(&count, &err);
|
||||||
|
|
||||||
if (err || root == NULL) {
|
if (err || root == NULL) {
|
||||||
printf("Chyba pri nacitani bazy pravidiel.\n");
|
printf("Expert z bufetu to vie.\n");
|
||||||
|
printf("Chybna databaza\n");
|
||||||
free_tree(root);
|
free_tree(root);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user