summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-06-20 23:16:02 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-06-20 23:16:02 +0000
commit930f49238d5c8ec59b3d8426482f5f3e1aa14bf6 (patch)
tree3bfea132c73b3331dfec32a3903cd312f6c99097 /content
parent7a13a0b607fac8e5347545c621fba7b0420d9f74 (diff)
downloadnetsurf-930f49238d5c8ec59b3d8426482f5f3e1aa14bf6.tar.gz
netsurf-930f49238d5c8ec59b3d8426482f5f3e1aa14bf6.tar.bz2
[project @ 2004-06-20 23:16:02 by jmb]
Fixup missing initialiser svn path=/import/netsurf/; revision=984
Diffstat (limited to 'content')
-rw-r--r--content/content.c2
1 files changed, 1 insertions, 1 deletions
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,