summaryrefslogtreecommitdiffstats
path: root/src/m_loop_multis.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/m_loop_multis.c')
-rw-r--r--src/m_loop_multis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_loop_multis.c b/src/m_loop_multis.c
index 8fc9e7d..d91b7c6 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(int fd, char line[], t_msh *msh)
+static char *m_check_multi_quotes(int fd, char line[], t_msh *msh)
{
t_bool reparse;