summaryrefslogtreecommitdiffstats
path: root/src/p_lblock.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-22 16:54:32 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-22 16:54:32 +0200
commit7d373f7cebe2c241ee9a5a946618c0ce3d902907 (patch)
treed555c783b5c485194f4b314ea6d00494c5d04b82 /src/p_lblock.c
parentTODO update (diff)
download42-minishell-7d373f7cebe2c241ee9a5a946618c0ce3d902907.tar.gz
42-minishell-7d373f7cebe2c241ee9a5a946618c0ce3d902907.tar.bz2
42-minishell-7d373f7cebe2c241ee9a5a946618c0ce3d902907.tar.xz
42-minishell-7d373f7cebe2c241ee9a5a946618c0ce3d902907.tar.zst
42-minishell-7d373f7cebe2c241ee9a5a946618c0ce3d902907.zip
In progress + norme
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;