From 92b43a90083bb5f473049b77241b5c62dc708084 Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Tue, 29 Nov 2016 20:32:12 +0100 Subject: [PATCH] lst updt for minishell --- libftasm/src/lst/ft_lstnew.c | 6 +++--- libftasm/src/lst/ft_lstpop.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libftasm/src/lst/ft_lstnew.c b/libftasm/src/lst/ft_lstnew.c index bee43729..db921685 100644 --- a/libftasm/src/lst/ft_lstnew.c +++ b/libftasm/src/lst/ft_lstnew.c @@ -3,10 +3,10 @@ /* ::: :::::::: */ /* ft_lstnew.c :+: :+: :+: */ /* +:+ +:+ +:+ */ -/* By: jhalford +#+ +:+ +#+ */ +/* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ -/* Created: 2016/11/03 14:57:24 by jhalford #+# #+# */ -/* Updated: 2016/11/28 19:25:25 by jhalford ### ########.fr */ +/* Created: 2016/11/29 15:57:38 by jhalford #+# #+# */ +/* Updated: 2016/11/29 15:57:40 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/libftasm/src/lst/ft_lstpop.c b/libftasm/src/lst/ft_lstpop.c index bc2d42f5..fd9df6c6 100644 --- a/libftasm/src/lst/ft_lstpop.c +++ b/libftasm/src/lst/ft_lstpop.c @@ -6,7 +6,7 @@ /* By: jhalford +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2016/11/04 11:09:56 by jhalford #+# #+# */ -/* Updated: 2016/11/28 19:14:40 by jhalford ### ########.fr */ +/* Updated: 2016/11/29 13:46:21 by jhalford ### ########.fr */ /* */ /* ************************************************************************** */