From f6faf88cd0991be3184af67d5fa271b12f70e925 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 28 Oct 2020 01:26:44 +0100 Subject: Norming --- src/e_pipes_next.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/e_pipes_next.c') diff --git a/src/e_pipes_next.c b/src/e_pipes_next.c index 6cca414..93eb42e 100644 --- a/src/e_pipes_next.c +++ b/src/e_pipes_next.c @@ -41,7 +41,7 @@ static void e_fullpath_not_found(t_com *ptr, t_msh *msh) static void e_exec_child(const char fullpath[], t_com *ptr, t_msh *msh) { char buff[7]; - int fd; + int fd; if ((fd = open(fullpath, O_RDONLY)) != -1) { -- cgit v1.2.3