From 930f49238d5c8ec59b3d8426482f5f3e1aa14bf6 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 20 Jun 2004 23:16:02 +0000 Subject: [PATCH] [project @ 2004-06-20 23:16:02 by jmb] Fixup missing initialiser svn path=/import/netsurf/; revision=984 --- content/content.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/content.c b/content/content.c index bee8d5350..f8cbfbe82 100644 --- a/content/content.c +++ b/content/content.c @@ -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,