summaryrefslogtreecommitdiffstats
path: root/src/p_lblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/p_lblock.c')
-rw-r--r--src/p_lblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p_lblock.c b/src/p_lblock.c
index 82d1b44..e147a9f 100644
--- a/src/p_lblock.c
+++ b/src/p_lblock.c
@@ -42,7 +42,7 @@ static uint8_t 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;