diff options
Diffstat (limited to 'src/rc/rc-depend.c')
-rw-r--r-- | src/rc/rc-depend.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rc/rc-depend.c b/src/rc/rc-depend.c index 50227cc5..3d00d1a7 100644 --- a/src/rc/rc-depend.c +++ b/src/rc/rc-depend.c @@ -177,8 +177,8 @@ rc_depend(int argc, char **argv) } } - if(deptree_file) { - if(!(deptree = rc_deptree_load_file(deptree_file))) + if (deptree_file) { + if (!(deptree = rc_deptree_load_file(deptree_file))) eerrorx("failed to load deptree"); } else { if (!(deptree = _rc_deptree_load(update, NULL))) |