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 f891862..064b8ff 100644
--- a/src/p_lblock.c
+++ b/src/p_lblock.c
@@ -73,7 +73,7 @@ static int8_t p_loop(char *words[], t_msh *msh)
int8_t p_line_block(const char line[], t_msh *msh)
{
- char **words;
+ char **words;
if ((words = p_split_line((char*)line)) == NULL)
return (-1);