summaryrefslogtreecommitdiffstats
path: root/src/cmd/postscript/common/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/postscript/common/getopt.c')
-rw-r--r--src/cmd/postscript/common/getopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/postscript/common/getopt.c b/src/cmd/postscript/common/getopt.c
index cf6619f7..e348cb2f 100644
--- a/src/cmd/postscript/common/getopt.c
+++ b/src/cmd/postscript/common/getopt.c
@@ -15,7 +15,7 @@ getopt (argc, argv, opts)
char **argv, *opts;
{
static int sp = 1;
- register c;
+ register int c;
register char *cp;
if (sp == 1)