summaryrefslogtreecommitdiffstats
path: root/src/c_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_init.c')
-rw-r--r--src/c_init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/c_init.c b/src/c_init.c
index 5ba6a67..7a1509c 100644
--- a/src/c_init.c
+++ b/src/c_init.c
@@ -163,10 +163,8 @@ static char
*c_process_key(char *buf, t_caps *tcaps, t_msh *msh)
{
static char *line = NULL;
- int i;
char *ptr;
- i = -1;
if (line == NULL)
if (!(line = ft_calloc(1, sizeof(char))))
return (NULL);