diff options
Diffstat (limited to 'src/test.c')
-rw-r--r-- | src/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -101,7 +101,7 @@ static void print_dep_errors(char *label, struct apk_dependency_array *deps) struct apk_dependency *dep = &deps->item[i]; struct apk_package *pkg = dep->name->state_ptr; - if (pkg != NULL && apk_dep_is_satisfied(dep, pkg)) + if (apk_dep_is_satisfied(dep, pkg)) continue; if (print_label) { |