From 9f2061d8fc38cdef957795ca67dc39f1d968e672 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 2 Oct 2020 20:12:44 +0200 Subject: Renormed p_lblock --- src/p_lblock.c | 4 ++-- src/p_lblock.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/p_lblock.c b/src/p_lblock.c index b0a5c6a..f891862 100644 --- a/src/p_lblock.c +++ b/src/p_lblock.c @@ -26,7 +26,7 @@ static uint8_t p_get_nextif(char *words[], size_t i) { - uint8_t nextif; + uint8_t nextif; nextif = 0; if (words[i][ft_strlen(words[i]) - 1] == '0') @@ -44,7 +44,7 @@ static int8_t p_loop(char *words[], t_msh *msh) t_line_block *link; size_t i; uint8_t nextif; - + i = 0; while (words[i] != NULL) { diff --git a/src/p_lblock.h b/src/p_lblock.h index 88a8b1e..ab0b805 100644 --- a/src/p_lblock.h +++ b/src/p_lblock.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_P_LCOM_H -# define FT_P_LCOM_H +#ifndef FT_P_LBLOCK_H +# define FT_P_LBLOCK_H # include -- cgit v1.2.3