From 07537e5240bcff837cf19f25454f2a6c72a52da1 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 30 Mar 2010 18:12:21 +0000 Subject: Fix compilation when building WITH_NS_SVG svn path=/trunk/netsurf/; revision=10213 --- image/svg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image/svg.c') diff --git a/image/svg.c b/image/svg.c index 4df4ed80b..fce246588 100644 --- a/image/svg.c +++ b/image/svg.c @@ -92,7 +92,7 @@ void svg_reformat(struct content *c, int width, int height) source_data = content__get_source_data(c, &source_size); svgtiny_parse(c->data.svg.diagram, source_data, source_size, - content__get_url(c), w, h); + content__get_url(c), width, height); c->data.svg.done_parse = true; } -- cgit v1.2.3