summaryrefslogtreecommitdiffstats
path: root/src/f_exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/f_exec.c')
-rw-r--r--src/f_exec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/f_exec.c b/src/f_exec.c
index 3587700..fccfdea 100644
--- a/src/f_exec.c
+++ b/src/f_exec.c
@@ -21,7 +21,7 @@ void
f_exec(const char fullpath[])
{
ft_dprintf(STDERR_FILENO,
- "minishell: %s: %s\n",
- fullpath,
- strerror(errno));
+ "minishell: %s: %s\n",
+ fullpath,
+ strerror(errno));
}