diff options
Diffstat (limited to 'src/ft_exec.c')
-rw-r--r-- | src/ft_exec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ft_exec.c b/src/ft_exec.c index 31fcaf2..b9d50cf 100644 --- a/src/ft_exec.c +++ b/src/ft_exec.c @@ -11,5 +11,4 @@ ft_exec(char **app) while (app[i]) i++; return (execve(app[0] + 2, app, NULL)); - return (0); } |