X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fhtml.c;h=043965eeece20d42d1c6489c0b54cf0790b29248;hb=a7fb79e81f6e2a0dfddc61e91f207609e31a4632;hp=72ca57d9227a5757ed18c06893f840afa72762af;hpb=5beffdda43634370653661d5a0f5e3c75aa28747;p=pspp diff --git a/src/output/html.c b/src/output/html.c index 72ca57d922..043965eeec 100644 --- a/src/output/html.c +++ b/src/output/html.c @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. - Written by Ben Pfaff . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -149,7 +148,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 +400,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,