This commit is contained in:
Vadym Afanasiev 2026-04-16 21:17:47 +00:00
parent 618f0d2f1c
commit 5891f836d7

View File

@ -109,8 +109,9 @@ int main() {
Node *root = build_tree(); Node *root = build_tree();
if (root == NULL) { if (root == NULL) {
printf("Nepodarilo sa nacitat bazu pravidiel\n"); printf("Expert z bufetu to vie.\n");
return 1; printf("Chybna databaza\n");
return 0;
} }
char dummy[LINE_SIZE]; char dummy[LINE_SIZE];