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 --- content/content.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/content.c') diff --git a/content/content.c b/content/content.c index 0ea929ae7..548e08418 100644 --- a/content/content.c +++ b/content/content.c @@ -344,7 +344,7 @@ static const struct handler_entry handler_map[] = { #endif #ifdef WITH_NS_SVG {svg_create, 0, svg_convert, - svn_reformat, svg_destroy, 0, svg_redraw, 0, 0, 0, true}, + svg_reformat, svg_destroy, 0, svg_redraw, 0, 0, 0, true}, #endif #ifdef WITH_RSVG {rsvg_create, rsvg_process_data, rsvg_convert, -- cgit v1.2.3