aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index be18050..f3af371 100644
--- a/src/main.c
+++ b/src/main.c
@@ -208,7 +208,7 @@ main(int argc, char **argv)
goto cleanup2;
}
- b_slist_t *s = blogc_source_parse_from_files(sources, &err);
+ b_slist_t *s = blogc_source_parse_from_files(config, sources, &err);
if (err != NULL) {
blogc_error_print(err);
goto cleanup3;