aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index 8cebdd1..a2aad22 100644
--- a/src/main.c
+++ b/src/main.c
@@ -6,7 +6,7 @@
/* By: chuhlig <chuhlig@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/06/22 17:14:03 by dkaiser #+# #+# */
-/* Updated: 2025/01/14 15:29:20 by chuhlig ### ########.fr */
+/* Updated: 2025/01/14 18:41:15 by chuhlig ### ########.fr */
/* */
/* ************************************************************************** */
@@ -24,8 +24,7 @@ int main(int argc, char *argv[], char *envp[])
if (init())
return (1);
getenvlst(&env, envp);
-
- set_return_code(0, &env);
+ set_return_code(0, &env);
repl("Minishell $ ", &env, &promptflag);
free_envlst(&env);
return (0);