From 2f90caf673a8a564aeb3899d4294d0e1191dc837 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 1 Oct 2020 18:30:16 +0200 Subject: Normed f_com --- src/f_com.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/f_com.c') diff --git a/src/f_com.c b/src/f_com.c index 4902977..7b06128 100644 --- a/src/f_com.c +++ b/src/f_com.c @@ -16,8 +16,7 @@ #include "d_define.h" #include "s_struct.h" -void - f_fail_command_not_found(const char command[], t_msh *msh) +void f_fail_command_not_found(const char command[], t_msh *msh) { ft_dprintf(STDERR_FILENO, "%s: %s: %s\n", "minishell", command, F_COMMAND_NOT_FOUND); -- cgit v1.2.3