diff options
Diffstat (limited to '')
-rw-r--r-- | src/f_alloc.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/f_alloc.c b/src/f_alloc.c index 721cf34..dc3f589 100644 --- a/src/f_alloc.c +++ b/src/f_alloc.c @@ -20,8 +20,7 @@ #include "s_line.h" #include "s_struct.h" -void - f_alloc_and_destroy_msh(t_msh *msh) +void f_alloc_and_destroy_msh(t_msh *msh) { char tmp[255]; @@ -32,8 +31,7 @@ void exit(M_RET_ALLOC); } -void - f_alloc_and_clear_line(t_msh *msh) +void f_alloc_and_clear_line(t_msh *msh) { s_line_clear(&msh->curr); ft_dprintf(STDERR_FILENO, "%s: %s\n", msh->argv[0], strerror(errno)); |