corrected make'
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user