mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 22:41:30 +03:00
Kill uninitialized warning about 'type'
svn path=/trunk/netsurf/; revision=10329
This commit is contained in:
parent
0b0044979c
commit
b2124867db
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user