summaryrefslogtreecommitdiff
path: root/uclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'uclient.c')
-rw-r--r--uclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uclient.c b/uclient.c
index 9f98cbc..95e4585 100644
--- a/uclient.c
+++ b/uclient.c
@@ -190,7 +190,7 @@ uclient_get_url(const char *url_str, const char *auth_str)
struct uclient_url *url;
const char *location;
int host_len;
- int i;
+ unsigned int i;
for (i = 0; i < ARRAY_SIZE(backends); i++) {
int prefix_len = 0;