Clean-up: normed out files

This commit is contained in:
Tanguy MAZE
2019-10-17 11:04:04 +02:00
parent d22bc173f1
commit 85af14cd9f
7 changed files with 29 additions and 31 deletions

View File

@@ -6,7 +6,7 @@
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/09/20 11:43:53 by tmaze #+# #+# */
/* Updated: 2019/09/27 16:21:14 by tmaze ### ########.fr */
/* Updated: 2019/10/17 11:02:54 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
@@ -103,7 +103,7 @@ char **lsttotab(t_env *env)
while (it)
{
size = ft_strlen(it->key) + ft_strlen(it->val) + 1;
if ((new = ft_strnew(size)) == NULL)
if ((new = ft_strnew(size)) == NULL)
{
ft_del_words_tables(&ret);
break ;