summaryrefslogtreecommitdiffstats
path: root/src/ft_m_argv.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ft_m_argv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_m_argv.h b/src/ft_m_argv.h
index 2f3260d..783c7e4 100644
--- a/src/ft_m_argv.h
+++ b/src/ft_m_argv.h
@@ -18,7 +18,7 @@
#include "ft_s_struct.h"
uint8_t ft_m_argv(int argc,
- const char *argv[],
+ char *const argv[],
t_msh *msh);
#endif