X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fhtml.c;h=a9d524b78f968898c652c40b7febc44720d1dc99;hb=8eac4df36306cd357bba29ffbfaddc537fc0be47;hp=72ca57d9227a5757ed18c06893f840afa72762af;hpb=e40c90b1b6dbd03ce58046ada7f4ddb5a6b4b354;p=pspp-builds.git diff --git a/src/output/html.c b/src/output/html.c index 72ca57d9..a9d524b7 100644 --- a/src/output/html.c +++ b/src/output/html.c @@ -149,7 +149,7 @@ enum }; /* All the options that the HTML driver supports. */ -static struct outp_option option_tab[] = +static const struct outp_option option_tab[] = { {"output-file", string_arg, 0}, {"chart-files", string_arg, 1}, @@ -401,7 +401,7 @@ html_finalise_chart(struct outp_driver *d UNUSED, struct chart *ch) /* HTML driver class. */ -struct outp_class html_class = +const struct outp_class html_class = { "html", 1,