summaryrefslogtreecommitdiffstats
path: root/src/ft_m_loop.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ft_m_loop.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ft_m_loop.c b/src/ft_m_loop.c
index e44c85c..3f40fba 100644
--- a/src/ft_m_loop.c
+++ b/src/ft_m_loop.c
@@ -102,10 +102,10 @@ uint8_t
{
ft_p_line(line, msh);
ft_memdel((void*)&line);
- ft_e_lcom(msh);
- ft_lcom_clear(&msh->curr);
- }
- else
+ ft_e_lcom(msh);
+ ft_lcom_clear(&msh->curr);
+ }
+ else
{
ft_m_loop_cont(msh, line, quote, 1);
if (line != NULL)