diff options
Diffstat (limited to 'newlib/libc/posix/popen.c')
-rw-r--r-- | newlib/libc/posix/popen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/posix/popen.c b/newlib/libc/posix/popen.c index f9abfac..bbd0fc4 100644 --- a/newlib/libc/posix/popen.c +++ b/newlib/libc/posix/popen.c @@ -110,7 +110,7 @@ static struct pid { FILE * _DEFUN(popen, (program, type), - const char *program _AND + const char *program, const char *type) { struct pid *cur; |