summaryrefslogtreecommitdiffstats
path: root/src/m_argv.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-12-02 17:43:31 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-12-02 17:43:31 +0100
commit19b0278050bc1bea5e99441c3081263d96279d64 (patch)
treef87e972ecb3f4302694eb27822b6062dc9c69c85 /src/m_argv.c
parentpfFix (diff)
download42-minishell-19b0278050bc1bea5e99441c3081263d96279d64.tar.gz
42-minishell-19b0278050bc1bea5e99441c3081263d96279d64.tar.bz2
42-minishell-19b0278050bc1bea5e99441c3081263d96279d64.tar.xz
42-minishell-19b0278050bc1bea5e99441c3081263d96279d64.tar.zst
42-minishell-19b0278050bc1bea5e99441c3081263d96279d64.zip
Very functionnal but extra unwanted step
Diffstat (limited to 'src/m_argv.c')
-rw-r--r--src/m_argv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_argv.c b/src/m_argv.c
index 655d54b..525439b 100644
--- a/src/m_argv.c
+++ b/src/m_argv.c
@@ -25,7 +25,7 @@
#include "s_struct.h"
#include "u_vars.h"
-static char *m_get_prev_hist(t_msh *msh)
+char *m_get_prev_hist(t_msh *msh)
{
struct stat sb;
char *hist;