From b94318ca325023e15521632ff63ad99b65b2b7b2 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Fri, 16 Jul 2004 20:02:28 +0000 Subject: [project @ 2004-07-16 20:02:28 by rjw] Fix for broken content type changes. svn path=/import/netsurf/; revision=1084 --- content/content.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'content') diff --git a/content/content.c b/content/content.c index d7dd52515..77b68e447 100644 --- a/content/content.c +++ b/content/content.c @@ -110,6 +110,7 @@ const char *content_type_name[] = { "PNG", #endif #ifdef WITH_MNG + "JNG", "MNG", #endif #ifdef WITH_SPRITE @@ -179,6 +180,8 @@ static const struct handler_entry handler_map[] = { #ifdef WITH_MNG {nsmng_create, nsmng_process_data, nsmng_convert, 0, nsmng_destroy, 0, nsmng_redraw, 0, 0, 0}, + {nsmng_create, nsmng_process_data, nsmng_convert, + 0, nsmng_destroy, 0, nsmng_redraw, 0, 0, 0}, #endif #ifdef WITH_SPRITE {sprite_create, sprite_process_data, sprite_convert, -- cgit v1.2.3