aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pies.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pies.c b/src/pies.c
index cc47e85..695c1b0 100644
--- a/src/pies.c
+++ b/src/pies.c
@@ -2094,7 +2094,7 @@ main (int argc, char **argv)
{
struct config_file *file = ep->data;
- if (file->syntax == CONF_PIES
+ if (file->syntax == &config_syntax_tab[CONF_PIES]
&& grecs_preproc_run (file->name, grecs_preprocessor))
exit (EX_CONFIG);
}

Return to:

Send suggestions and report system problems to the System administrator.