From c5aae008dee36276154882d8fd56c3bdeb473474 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 27 Oct 2020 19:59:20 +0100 Subject: Now norme --- src/m_loop_multis.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/m_loop_multis.c') diff --git a/src/m_loop_multis.c b/src/m_loop_multis.c index 83a9930..8fc9e7d 100644 --- a/src/m_loop_multis.c +++ b/src/m_loop_multis.c @@ -83,7 +83,7 @@ static t_bool m_check_missing_quotes(char line[]) return (FALSE); } -char *m_check_multi_quotes(int32_t fd, char line[], t_msh *msh) +char *m_check_multi_quotes(int fd, char line[], t_msh *msh) { t_bool reparse; @@ -100,7 +100,7 @@ char *m_check_multi_quotes(int32_t fd, char line[], t_msh *msh) return (line); } -char *m_check_multis(int32_t fd, char line[], t_msh *msh) +char *m_check_multis(int fd, char line[], t_msh *msh) { line = m_check_multi_backslash(fd, line, msh); line = m_check_multi_pipe(fd, line, msh); -- cgit v1.2.3