diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-01 19:14:01 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-01 19:14:01 +0200 |
commit | 426399f98b6cf68c2eee448de49ea091ac7a0562 (patch) | |
tree | e68f2f1ed1fca3bd54d7525d81f29e1bd6836703 /src/m_loop.c | |
parent | Renormed m_loop (diff) | |
download | 42-minishell-426399f98b6cf68c2eee448de49ea091ac7a0562.tar.gz 42-minishell-426399f98b6cf68c2eee448de49ea091ac7a0562.tar.bz2 42-minishell-426399f98b6cf68c2eee448de49ea091ac7a0562.tar.xz 42-minishell-426399f98b6cf68c2eee448de49ea091ac7a0562.tar.zst 42-minishell-426399f98b6cf68c2eee448de49ea091ac7a0562.zip |
Normed m_loop
Diffstat (limited to 'src/m_loop.c')
-rw-r--r-- | src/m_loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_loop.c b/src/m_loop.c index fe4a4b8..5509ccc 100644 --- a/src/m_loop.c +++ b/src/m_loop.c @@ -19,7 +19,7 @@ #include "d_define.h" #include "e_line.h" -#include "m_loop_next.h" +#include "m_loop_multis.h" #include "m_prompt.h" #include "p_line.h" #include "s_com.h" |