From cad4c0e70d39a6ad5637f629df28bf8e2088c168 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 1 Oct 2020 18:35:09 +0200 Subject: Normed multiple fs --- src/f_file.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/f_file.c') diff --git a/src/f_file.c b/src/f_file.c index 47b9ab6..d7fc195 100644 --- a/src/f_file.c +++ b/src/f_file.c @@ -19,9 +19,7 @@ #include "s_destroy.h" #include "s_struct.h" -void - f_open_file(char filename[], - t_msh *msh) +void f_open_file(char filename[], t_msh *msh) { ft_dprintf(STDERR_FILENO, "%s: %s: %s\n", msh->argv[0], filename, -- cgit v1.2.3