aboutsummaryrefslogtreecommitdiff
path: root/src/eclat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eclat.c')
-rw-r--r--src/eclat.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/eclat.c b/src/eclat.c
index d02bc59..503a3b4 100644
--- a/src/eclat.c
+++ b/src/eclat.c
@@ -1,3 +1,3 @@
/* This file is part of Eclat.
- Copyright (C) 2012-2021 Sergey Poznyakoff.
+ Copyright (C) 2012-2023 Sergey Poznyakoff.
@@ -782,4 +782,3 @@ main(int argc, char **argv)
if (preprocess_only)
- exit(grecs_preproc_run(conffile, grecs_preprocessor) ?
- EX_CONFIG : 0);
+ exit(grecs_preprocess(conffile, 0) ? EX_CONFIG : 0);

Return to:

Send suggestions and report system problems to the System administrator.