diff options
Diffstat (limited to 'src/m_loop_multis.c')
-rw-r--r-- | src/m_loop_multis.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |