diff options
Diffstat (limited to '')
-rw-r--r-- | src/m_loop_multis.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/m_loop_multis.c b/src/m_loop_multis.c index c4438d3..83a9930 100644 --- a/src/m_loop_multis.c +++ b/src/m_loop_multis.c @@ -106,6 +106,5 @@ char *m_check_multis(int32_t fd, char line[], t_msh *msh) line = m_check_multi_pipe(fd, line, msh); line = m_check_multi_and(fd, line, msh); line = m_check_multi_quotes(fd, line, msh); - return (line); } |