summaryrefslogtreecommitdiff
path: root/image/svg.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-18 23:04:16 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-18 23:04:16 +0100
commit392307bb1fdf4186f26300631fe3710d895cf7ce (patch)
tree5a55cf451925bb4b00addcc69942f0678a0ee33e /image/svg.c
parent34f6aa13234a618c3b1add75899af2ca1f6a08e9 (diff)
downloadnetsurf-392307bb1fdf4186f26300631fe3710d895cf7ce.tar.gz
netsurf-392307bb1fdf4186f26300631fe3710d895cf7ce.tar.bz2
reduce content header interdependancy
Diffstat (limited to 'image/svg.c')
-rw-r--r--image/svg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/svg.c b/image/svg.c
index 0bffbe836..63cdb3bf8 100644
--- a/image/svg.c
+++ b/image/svg.c
@@ -70,7 +70,7 @@ no_memory:
*/
static nserror svg_create(const content_handler *handler,
- lwc_string *imime_type, const http_parameter *params,
+ lwc_string *imime_type, const struct http_parameter *params,
llcache_handle *llcache, const char *fallback_charset,
bool quirks, struct content **c)
{