summaryrefslogtreecommitdiffstats
path: root/src/p_lblock.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/p_lblock.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/p_lblock.c b/src/p_lblock.c
index f3b5b44..3d04333 100644
--- a/src/p_lblock.c
+++ b/src/p_lblock.c
@@ -41,7 +41,7 @@ static unsigned char p_get_nextif(char *words[], size_t i)
return (nextif);
}
-t_bool p_find_good_pipe(const char word[])
+t_bool p_find_good_pipe(const char word[])
{
char *ptr;
t_quote_mode mode;
@@ -65,11 +65,11 @@ t_bool p_find_good_pipe(const char word[])
return (FALSE);
}
-static char p_loop(char *words[], t_msh *msh)
+static char p_loop(char *words[], t_msh *msh)
{
t_line_block *link;
size_t i;
- unsigned char nextif;
+ unsigned char nextif;
i = 0;
while (words[i] != NULL)
@@ -83,7 +83,7 @@ static char p_loop(char *words[], t_msh *msh)
return (0);
}
-char p_line_block(const char line[], t_msh *msh)
+char p_line_block(const char line[], t_msh *msh)
{
char **words;