aboutsummaryrefslogtreecommitdiffstats
path: root/libft/inc
diff options
context:
space:
mode:
Diffstat (limited to 'libft/inc')
-rw-r--r--libft/inc/libft.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libft/inc/libft.h b/libft/inc/libft.h
index e3dae43..843e97c 100644
--- a/libft/inc/libft.h
+++ b/libft/inc/libft.h
@@ -30,7 +30,6 @@ typedef struct s_list
struct s_list *next;
} t_list;
-
typedef struct s_gnl
{
int fd;