diff options
Diffstat (limited to 'bin/sh/output.c')
| -rw-r--r-- | bin/sh/output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/output.c b/bin/sh/output.c index b850d8005a4e..f332106ac4a9 100644 --- a/bin/sh/output.c +++ b/bin/sh/output.c @@ -161,7 +161,7 @@ outqstr(const char *p, struct output *file) out1c('\''); } -char out_junk[16]; +STATIC char out_junk[16]; void emptyoutbuf(struct output *dest) |
