summaryrefslogtreecommitdiffstats
path: root/src/util/cleanupdelta.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/cleanupdelta.c')
-rw-r--r--src/util/cleanupdelta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/cleanupdelta.c b/src/util/cleanupdelta.c
index 5d2bbf6c..71ba3a47 100644
--- a/src/util/cleanupdelta.c
+++ b/src/util/cleanupdelta.c
@@ -79,7 +79,7 @@ static void checkdbs(char *dbpath, alpm_list_t *dbnames) {
alpm_strerrorlast());
return;
}
- checkpkgs(alpm_db_get_pkgcache_list(db));
+ checkpkgs(alpm_db_get_pkgcache(db));
}
}