summaryrefslogtreecommitdiff
path: root/sys/src/cmd/postscript/tr2post/ps_include.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-07-30 19:11:16 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-07-30 19:11:16 +0200
commit4f33c88a51587681b7be1ae57cfbc43b627c6bc4 (patch)
tree25560404dc80007e5dc268811242c9071f6a1017 /sys/src/cmd/postscript/tr2post/ps_include.c
parentfcc5e75d07e5bc6cb3ddac6d9a437e7ec62d0d95 (diff)
import updated compilers from sources
Diffstat (limited to 'sys/src/cmd/postscript/tr2post/ps_include.c')
-rw-r--r--sys/src/cmd/postscript/tr2post/ps_include.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/postscript/tr2post/ps_include.c b/sys/src/cmd/postscript/tr2post/ps_include.c
index 27d020a3a..182ba2e34 100644
--- a/sys/src/cmd/postscript/tr2post/ps_include.c
+++ b/sys/src/cmd/postscript/tr2post/ps_include.c
@@ -11,7 +11,7 @@ extern int curfontsize;
typedef struct {long start, end;} Section;
static char *buf;
-static
+static void
copy(Biobufhdr *fin, Biobufhdr *fout, Section *s) {
int cond;
if (s->end <= s->start)