summaryrefslogtreecommitdiffstats
path: root/src/pacman/pacman-conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/pacman-conf.c')
-rw-r--r--src/pacman/pacman-conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pacman/pacman-conf.c b/src/pacman/pacman-conf.c
index aa0cdf22..baa72d97 100644
--- a/src/pacman/pacman-conf.c
+++ b/src/pacman/pacman-conf.c
@@ -212,9 +212,9 @@ static void show_siglevel(const char *directive, alpm_siglevel_t level, int pkgo
}
}
-static void show_usage(const char *directive, alpm_db_usage_t usage)
+static void show_usage(const char *directive, int usage)
{
- if(usage & ALPM_DB_USAGE_ALL) {
+ if(usage == ALPM_DB_USAGE_ALL) {
show_str(directive, "All");
} else {
if(usage & ALPM_DB_USAGE_SYNC) {