commit
This commit is contained in:
parent
9d6d5a897b
commit
b6582dac71
@ -68,7 +68,7 @@ void run_system(struct Node* node) {
|
|||||||
int main(void) {
|
int main(void) {
|
||||||
struct Node* root = read_tree();
|
struct Node* root = read_tree();
|
||||||
if (root == NULL) {
|
if (root == NULL) {
|
||||||
printf("Error: failed to load the rule base.\n");
|
printf("Chybna databaza\n");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
char sep[SIZE];
|
char sep[SIZE];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user