summaryrefslogtreecommitdiff
path: root/content/fetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetch.c')
-rw-r--r--content/fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fetch.c b/content/fetch.c
index 71c7bda65..a1417fee9 100644
--- a/content/fetch.c
+++ b/content/fetch.c
@@ -493,7 +493,7 @@ void fetch_free(struct fetch *f)
void fetch_poll(void)
{
scheme_fetcher *fetcher = fetchers;
- struct fetch *next_fetcher;
+ scheme_fetcher *next_fetcher;
fetch_dispatch_jobs();