X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fpostscript.c;h=614fb5055bc3104a70d9e289536bac1980be0197;hb=5f7f751a47c68946a0fcbc9898f43f5499c5c6c5;hp=b658cdf3d2f669693a5036b96791831211dc7b91;hpb=8297784ffdab47d35820735eb130a484ba9b6c01;p=pspp diff --git a/src/output/postscript.c b/src/output/postscript.c index b658cdf3d2..614fb5055b 100644 --- a/src/output/postscript.c +++ b/src/output/postscript.c @@ -270,7 +270,7 @@ enum }; /* All the options that the PostScript driver supports. */ -static struct outp_option option_tab[] = +static const struct outp_option option_tab[] = { {"output-file", output_file_arg,0}, {"paper-size", paper_size_arg, 0}, @@ -1426,7 +1426,7 @@ reencode_font (struct outp_driver *this, struct font *font) } /* PostScript driver class. */ -struct outp_class postscript_class = +const struct outp_class postscript_class = { "postscript", 0,