summaryrefslogtreecommitdiffstats
path: root/src/pacman/query.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacman/query.c')
-rw-r--r--src/pacman/query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/query.c b/src/pacman/query.c
index fc2c90c4..398adac4 100644
--- a/src/pacman/query.c
+++ b/src/pacman/query.c
@@ -134,7 +134,7 @@ static int query_fileowner(alpm_list_t *targets)
struct stat buf;
alpm_list_t *i;
size_t len;
- int found = 0;
+ unsigned int found = 0;
if((filename = strdup(t->data)) == NULL) {
goto targcleanup;