summaryrefslogtreecommitdiffstats
path: root/src/m_comm.c
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-27 19:59:20 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-27 19:59:20 +0100
commitc5aae008dee36276154882d8fd56c3bdeb473474 (patch)
treea40740914847ebf39a5f8cb3acf6a48c8b9d61ef /src/m_comm.c
parentTODO update (diff)
download42-minishell-c5aae008dee36276154882d8fd56c3bdeb473474.tar.gz
42-minishell-c5aae008dee36276154882d8fd56c3bdeb473474.tar.bz2
42-minishell-c5aae008dee36276154882d8fd56c3bdeb473474.tar.xz
42-minishell-c5aae008dee36276154882d8fd56c3bdeb473474.tar.zst
42-minishell-c5aae008dee36276154882d8fd56c3bdeb473474.zip
Now norme
Diffstat (limited to '')
-rw-r--r--src/m_comm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/m_comm.c b/src/m_comm.c
index 7dc574d..36f90ac 100644
--- a/src/m_comm.c
+++ b/src/m_comm.c
@@ -11,7 +11,6 @@
/* ************************************************************************** */
#include <libft.h>
-#include <stdint.h>
#include "d_enum.h"
#include "e_line.h"
@@ -19,7 +18,7 @@
#include "p_line.h"
#include "s_line.h"
-uint8_t m_comm(const char line[], t_msh *msh)
+unsigned char m_comm(const char line[], t_msh *msh)
{
if (line[0] != '\0')
{