This commit is contained in:
Jakub Frankovič 2026-04-09 22:17:01 +02:00
parent 6a74664025
commit f33f8f19ef

View File

@ -57,7 +57,8 @@ int main() {
Node* root = parse_tree(&count, &err);
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);
return 0;
}