aboutsummaryrefslogtreecommitdiff
path: root/src/interpreter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interpreter.c')
-rw-r--r--src/interpreter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interpreter.c b/src/interpreter.c
index f31e965..6d71022 100644
--- a/src/interpreter.c
+++ b/src/interpreter.c
@@ -53,3 +53,4 @@ int eval(t_node *node, t_env **env)
{
return (eval_rec(node, env, STDIN_FILENO));
}
+