summaryrefslogtreecommitdiffstats
path: root/src/e_pipes_next.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/e_pipes_next.c2
1 files changed, 1 insertions, 1 deletions
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)
{