diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-01 18:44:56 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-01 18:44:56 +0200 |
commit | e60ac55320277f166a1b9b6a95f4bc5677eef1f0 (patch) | |
tree | 47064a201c151ceb578271e26dd9f342c9052008 /src | |
parent | Normed m_loop (diff) | |
download | 42-minishell-e60ac55320277f166a1b9b6a95f4bc5677eef1f0.tar.gz 42-minishell-e60ac55320277f166a1b9b6a95f4bc5677eef1f0.tar.bz2 42-minishell-e60ac55320277f166a1b9b6a95f4bc5677eef1f0.tar.xz 42-minishell-e60ac55320277f166a1b9b6a95f4bc5677eef1f0.tar.zst 42-minishell-e60ac55320277f166a1b9b6a95f4bc5677eef1f0.zip |
Renormed m_loop
Diffstat (limited to '')
-rw-r--r-- | src/m_loop.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/m_loop.h b/src/m_loop.h index c74a5f9..8f28977 100644 --- a/src/m_loop.h +++ b/src/m_loop.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_M_LOOP -# define FT_M_LOOP +#ifndef FT_M_LOOP_H +# define FT_M_LOOP_H # include <stdint.h> |