summaryrefslogtreecommitdiffstats
path: root/src/p_args_escape.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/p_args_escape.h')
-rw-r--r--src/p_args_escape.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/p_args_escape.h b/src/p_args_escape.h
index c2ffc5d..4de8105 100644
--- a/src/p_args_escape.h
+++ b/src/p_args_escape.h
@@ -10,8 +10,8 @@
/* */
/* ************************************************************************** */
-#ifndef FT_P_ARGS_ESCAPE_H
-# define FT_P_ARGS_ESCAPE_H
+#ifndef P_ARGS_ESCAPE_H
+# define P_ARGS_ESCAPE_H
void p_args_escape_chars_and_quotes(char *words[]);