aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/msh_unused.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/msh_unused.c b/shell/msh_unused.c
index 54680226a..fe2cca816 100644
--- a/shell/msh_unused.c
+++ b/shell/msh_unused.c
@@ -464,7 +464,7 @@ static void ioecho(char c);
* IO control
*/
static void pushio(struct ioarg *argp, int (*f) (struct ioarg *));
-#define PUSHIO(what,arg,gen) ((temparg.what = (arg)), pushio(&temparg,(gen)))
+#define PUSHIO(what,arg,gen) ((temparg.what = (arg)), pushio(&temparg, (gen)))
static int remap(int fd);
static int openpipe(int *pv);
static void closepipe(int *pv);