corrected make'

This commit is contained in:
Tanguy MAZE
2020-02-14 12:31:39 +01:00
parent b9c1a344b2
commit 5dbce99ee2
4 changed files with 35 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/12/05 14:54:55 by tmaze #+# #+# */
/* Updated: 2019/12/05 17:12:59 by tmaze ### ########.fr */
/* Updated: 2020/02/14 12:28:20 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
@@ -28,7 +28,7 @@ t_env *ft_envnew(char *env)
return (ret);
}
t_env *ft_envnewinit(char *key, char *val, t_env *env)
t_env *ft_envnewinit(char *key, char *val)
{
t_env *ret;
int i;