[project @ 2004-06-20 23:16:02 by jmb]

Fixup missing initialiser

svn path=/import/netsurf/; revision=984
This commit is contained in:
John Mark Bell 2004-06-20 23:16:02 +00:00
parent 7a13a0b607
commit 930f49238d

View File

@ -146,7 +146,7 @@ static const struct handler_entry handler_map[] = {
html_reformat, html_destroy, html_stop, html_redraw,
html_add_instance, html_remove_instance, html_reshape_instance},
{textplain_create, html_process_data, textplain_convert,
0, 0, 0, 0, 0, 0},
0, 0, 0, 0, 0, 0, 0},
{0, 0, css_convert, 0, css_destroy, 0, 0, 0, 0, 0},
#ifdef WITH_JPEG
{nsjpeg_create, 0, nsjpeg_convert,