From a237413ad710b5eedf50d51225bdb9cf9639c355 Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Wed, 21 Sep 2016 23:05:16 +0200 Subject: [PATCH] moved lstnew back --- libft/{src/lst => }/ft_lstnew.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename libft/{src/lst => }/ft_lstnew.c (100%) diff --git a/libft/src/lst/ft_lstnew.c b/libft/ft_lstnew.c similarity index 100% rename from libft/src/lst/ft_lstnew.c rename to libft/ft_lstnew.c