mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-03 09:44:24 +03:00
[project @ 2004-06-20 23:16:02 by jmb]
Fixup missing initialiser svn path=/import/netsurf/; revision=984
This commit is contained in:
parent
7a13a0b607
commit
930f49238d
@ -146,7 +146,7 @@ static const struct handler_entry handler_map[] = {
|
|||||||
html_reformat, html_destroy, html_stop, html_redraw,
|
html_reformat, html_destroy, html_stop, html_redraw,
|
||||||
html_add_instance, html_remove_instance, html_reshape_instance},
|
html_add_instance, html_remove_instance, html_reshape_instance},
|
||||||
{textplain_create, html_process_data, textplain_convert,
|
{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},
|
{0, 0, css_convert, 0, css_destroy, 0, 0, 0, 0, 0},
|
||||||
#ifdef WITH_JPEG
|
#ifdef WITH_JPEG
|
||||||
{nsjpeg_create, 0, nsjpeg_convert,
|
{nsjpeg_create, 0, nsjpeg_convert,
|
||||||
|
Loading…
Reference in New Issue
Block a user