fix gnl in libft

This commit is contained in:
Gregory Tertyshny 2017-03-24 20:42:07 +02:00
parent 8040c2433a
commit 47a774f975

View file

@ -6,11 +6,11 @@
/* By: gtertysh <marvin@42.fr> +#+ +:+ +#+ */ /* By: gtertysh <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2017/01/28 18:15:15 by gtertysh #+# #+# */ /* Created: 2017/01/28 18:15:15 by gtertysh #+# #+# */
/* Updated: 2017/01/28 18:15:17 by gtertysh ### ########.fr */ /* Updated: 2017/03/24 20:41:17 by gtertysh ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
#include "get_next_line.h" #include "libft.h"
t_fd *new_node(int fd) t_fd *new_node(int fd)
{ {