summaryrefslogtreecommitdiffstats
path: root/src/p_line.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/p_line.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p_line.c b/src/p_line.c
index 170d8a8..645c7b6 100644
--- a/src/p_line.c
+++ b/src/p_line.c
@@ -67,7 +67,7 @@ void
{
return ;
}
- if (p_lcom(line, msh) < 0)
+ if (p_line_block(line, msh) < 0)
{
f_alloc_and_destroy_msh(msh);
}