From 7b84f8fbb127a12a45ed63a0432ad8d0073aeadc Mon Sep 17 00:00:00 2001
From: Adam Joly <adjoly@student.42angouleme.fr>
Date: Mon, 10 Jun 2024 17:10:42 +0200
Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix:=20Fuck=20?=
 =?UTF-8?q?you=20yosyo?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 include/env.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/env.h b/include/env.h
index 107284d..2995ac6 100644
--- a/include/env.h
+++ b/include/env.h
@@ -6,7 +6,7 @@
 /*   By: mmoussou <mmoussou@student.42angouleme.fr  +#+  +:+       +#+        */
 /*                                                +#+#+#+#+#+   +#+           */
 /*   Created: 2024/04/29 13:20:22 by mmoussou          #+#    #+#             */
-/*   Updated: 2024/06/10 17:08:57 by mmoussou         ###   ########.fr       */
+/*   Updated: 2024/06/10 17:10:18 by adjoly           ###   ########.fr       */
 /*                                                                            */
 /* ************************************************************************** */
 
@@ -49,7 +49,7 @@ char	*env_get_value(char *name, t_env *env);
  *
  * @return (char *)		content of the variable, NULL if doesn't exist
  */
-char	*env_getn_value(char *name, t_env *env, int n)
+char	*env_getn_value(char *name, t_env *env, int n);
 
 /**
  * @brief				get an array from the env struct