diff options
Diffstat (limited to 'src/p_line.h')
-rw-r--r-- | src/p_line.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/p_line.h b/src/p_line.h index 1ec4b81..59e03c4 100644 --- a/src/p_line.h +++ b/src/p_line.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_P_LINE_H -# define FT_P_LINE_H +#ifndef P_LINE_H +# define P_LINE_H # include "s_struct.h" |