diff options
| author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-12 19:53:45 +0200 | 
|---|---|---|
| committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-12 19:53:45 +0200 | 
| commit | 9a11b08be583ce5654d77b2c39bd3d1a2be4e36b (patch) | |
| tree | e86959c5ec16785df996b9410c4db201e456c815 | |
| parent | Norm (diff) | |
| download | 42-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 '')
| -rw-r--r-- | src/e_pipes_next.c | 5 | 
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;  | 
