[project @ 2004-07-16 20:02:28 by rjw]

Fix for broken content type changes.

svn path=/import/netsurf/; revision=1084
This commit is contained in:
Richard Wilson 2004-07-16 20:02:28 +00:00
parent b7bb766e95
commit b94318ca32

View File

@ -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,