From b2124867dba7c5cc5851bcb08448c02a8ef8718b Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 9 Apr 2010 09:10:23 +0000 Subject: Kill uninitialized warning about 'type' svn path=/trunk/netsurf/; revision=10329 --- content/hlcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/hlcache.c') diff --git a/content/hlcache.c b/content/hlcache.c index 944022b4a..69b3dff95 100644 --- a/content/hlcache.c +++ b/content/hlcache.c @@ -272,7 +272,7 @@ nserror hlcache_llcache_callback(llcache_handle *handle, switch (event->type) { case LLCACHE_EVENT_HAD_HEADERS: { - content_type type; + content_type type = CONTENT_UNKNOWN; /* Unlink the context to prevent recursion */ RING_REMOVE(hlcache_retrieval_ctx_ring, ctx); -- cgit v1.2.3