Added missing initialiser

svn path=/trunk/netsurf/; revision=4041
This commit is contained in:
Adrian Lees 2008-03-23 06:05:40 +00:00
parent 4347246eec
commit 2fd567590c

View File

@ -141,6 +141,7 @@ static const struct plotter_table print_fonts_plotters = {
print_fonts_plot_bitmap_tile,
print_fonts_plot_group_start,
print_fonts_plot_group_end,
NULL,
NULL
};