summaryrefslogtreecommitdiffstats
path: root/expac.c
diff options
context:
space:
mode:
Diffstat (limited to 'expac.c')
-rw-r--r--expac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/expac.c b/expac.c
index d487261..85dcc19 100644
--- a/expac.c
+++ b/expac.c
@@ -485,7 +485,7 @@ static int print_pkg(pmpkg_t *pkg, const char *format) {
print_escaped(delim);
}
- return 0;
+ return !out;
}
static alpm_list_t *resolve_pkg(alpm_list_t *targets) {