aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index c2eb394..a930308 100644
--- a/src/main.c
+++ b/src/main.c
@@ -25,6 +25,11 @@ int main(int argc, char** argv)
return 1;
}
+ if(!imv_load_config(imv)) {
+ imv_free(imv);
+ return 1;
+ }
+
if(!imv_parse_args(imv, argc, argv)) {
imv_free(imv);
return 1;