aboutsummaryrefslogtreecommitdiff
path: root/src/interpreter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interpreter.c')
-rw-r--r--src/interpreter.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interpreter.c b/src/interpreter.c
index 6d71022..44f4b95 100644
--- a/src/interpreter.c
+++ b/src/interpreter.c
@@ -6,7 +6,7 @@
/* By: chuhlig <chuhlig@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/12/17 19:15:49 by chuhlig #+# #+# */
-/* Updated: 2025/01/20 12:48:49 by chuhlig ### ########.fr */
+/* Updated: 2025/01/20 19:12:49 by chuhlig ### ########.fr */
/* */
/* ************************************************************************** */
@@ -53,4 +53,3 @@ int eval(t_node *node, t_env **env)
{
return (eval_rec(node, env, STDIN_FILENO));
}
-