X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fascii.c;h=9252cd79bdb9dacfb034c359a44ea07d60e3659c;hb=08e4a9535a7e1de9cc4b6e619e70805ab951b323;hp=3dba9775685a89adb5be924da8ea64b849f0d88d;hpb=97d4f38945476834fd7fce612b663f19f2b291f8;p=pspp-builds.git diff --git a/src/output/ascii.c b/src/output/ascii.c index 3dba9775..9252cd79 100644 --- a/src/output/ascii.c +++ b/src/output/ascii.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 @@ -247,7 +246,7 @@ enum output_file_arg }; -static struct outp_option option_tab[] = +static const struct outp_option option_tab[] = { {"headers", boolean_arg, 0}, {"paginate", boolean_arg, 1}, @@ -734,7 +733,7 @@ ascii_chart_finalise (struct outp_driver *d UNUSED, struct chart *ch UNUSED) } -struct outp_class ascii_class = +const struct outp_class ascii_class = { "ascii", 0,