diff options
Diffstat (limited to 'Src/exec.c')
-rw-r--r-- | Src/exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/exec.c b/Src/exec.c index 7d15facfd..952dfbb78 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -2342,7 +2342,7 @@ getoutput(char *cmd, int qt) /* read output of command substitution */ /**/ -static LinkList +LinkList readoutput(int in, int qt) { LinkList ret; |