summaryrefslogtreecommitdiffstats
path: root/src/p_lcom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/p_lcom.c')
-rw-r--r--src/p_lcom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p_lcom.c b/src/p_lcom.c
index 13b4d11..bd5edcb 100644
--- a/src/p_lcom.c
+++ b/src/p_lcom.c
@@ -152,7 +152,7 @@ int8_t
{
if ((link = s_line_new(NULL, msh)) == NULL)
return (-1);
- if ((split_pipes(words[i], link, msh)) == NULL)
+ if ((s_split_pipes(words[i], link, msh)) == NULL)
return (-1);
next = TRUE;
}