summaryrefslogtreecommitdiffstats
path: root/src/e_pipes_next.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-12 19:53:45 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-12 19:53:45 +0200
commit9a11b08be583ce5654d77b2c39bd3d1a2be4e36b (patch)
treee86959c5ec16785df996b9410c4db201e456c815 /src/e_pipes_next.c
parentNorm (diff)
download42-minishell-9a11b08be583ce5654d77b2c39bd3d1a2be4e36b.tar.gz
42-minishell-9a11b08be583ce5654d77b2c39bd3d1a2be4e36b.tar.bz2
42-minishell-9a11b08be583ce5654d77b2c39bd3d1a2be4e36b.tar.xz
42-minishell-9a11b08be583ce5654d77b2c39bd3d1a2be4e36b.tar.zst
42-minishell-9a11b08be583ce5654d77b2c39bd3d1a2be4e36b.zip
Norm update
Diffstat (limited to 'src/e_pipes_next.c')
-rw-r--r--src/e_pipes_next.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/e_pipes_next.c b/src/e_pipes_next.c
index 78feb5a..250439f 100644
--- a/src/e_pipes_next.c
+++ b/src/e_pipes_next.c
@@ -68,7 +68,10 @@ static void e_exec_child(const char fullpath[], t_com *ptr, t_msh *msh)
}
}
-void e_pipe_child(char fullpath[], uint8_t fp_ret, t_com *ptr, t_msh *msh)
+void e_pipe_child(char fullpath[],
+ uint8_t fp_ret,
+ t_com *ptr,
+ t_msh *msh)
{
uint8_t bu_id;
uint8_t ret;