diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-01 18:38:20 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-01 18:38:20 +0200 |
commit | 0f46c62ea7d960d0e9644fc459f8b5b6220d74b4 (patch) | |
tree | ae1e757a132757eb5dd141099475f6a596a934d5 /src/m_comm.c | |
parent | Normed m_comm (diff) | |
download | 42-minishell-0f46c62ea7d960d0e9644fc459f8b5b6220d74b4.tar.gz 42-minishell-0f46c62ea7d960d0e9644fc459f8b5b6220d74b4.tar.bz2 42-minishell-0f46c62ea7d960d0e9644fc459f8b5b6220d74b4.tar.xz 42-minishell-0f46c62ea7d960d0e9644fc459f8b5b6220d74b4.tar.zst 42-minishell-0f46c62ea7d960d0e9644fc459f8b5b6220d74b4.zip |
Normed m_funptr
Diffstat (limited to 'src/m_comm.c')
-rw-r--r-- | src/m_comm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/m_comm.c b/src/m_comm.c index 5e10d99..3580403 100644 --- a/src/m_comm.c +++ b/src/m_comm.c @@ -33,4 +33,3 @@ uint8_t m_comm(const char line[], t_msh *msh) } return (msh->ret); } - |