summaryrefslogtreecommitdiffstats
path: root/src/m_minishell.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/m_minishell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_minishell.c b/src/m_minishell.c
index 6227e3d..987cfc0 100644
--- a/src/m_minishell.c
+++ b/src/m_minishell.c
@@ -24,7 +24,7 @@
int main(int argc, char *const argv[], char *const envp[])
{
- int ret;
+ int ret;
t_msh *msh;
if ((msh = s_init_msh(argc, argv, envp)) == NULL)