summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-01 18:44:56 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-01 18:44:56 +0200
commite60ac55320277f166a1b9b6a95f4bc5677eef1f0 (patch)
tree47064a201c151ceb578271e26dd9f342c9052008 /src
parentNormed m_loop (diff)
download42-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.h4
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>