From a531dbf791b990e1b6a772a5ff0b927d6dc72ed9 Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 25 Nov 2020 13:23:10 +0100 Subject: Cleaner --- src/m_loop_multis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/m_loop_multis.c') 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; -- cgit v1.2.3