poko
This commit is contained in:
parent
618f0d2f1c
commit
5891f836d7
@ -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];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user