summaryrefslogtreecommitdiff
path: root/content/fetch.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-07-29 22:00:07 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-07-29 22:00:07 +0000
commit0cd96bdd5e7e4379b4276d1857e965c0f023b694 (patch)
tree85257344cd4295d96daec0e5a918a5276b602ffc /content/fetch.c
parentd2c29dbe955ab220a11076fe128a2a41b3d48869 (diff)
downloadnetsurf-0cd96bdd5e7e4379b4276d1857e965c0f023b694.tar.gz
netsurf-0cd96bdd5e7e4379b4276d1857e965c0f023b694.tar.bz2
Correct definition
svn path=/trunk/netsurf/; revision=8899
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();