Kill uninitialized warning about 'type'

svn path=/trunk/netsurf/; revision=10329
This commit is contained in:
Daniel Silverstone 2010-04-09 09:10:23 +00:00
parent 0b0044979c
commit b2124867db

View File

@ -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);