diff options
Diffstat (limited to '')
-rw-r--r-- | src/p_lblock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/p_lblock.h b/src/p_lblock.h index ab0b805..2f6ba37 100644 --- a/src/p_lblock.h +++ b/src/p_lblock.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_P_LBLOCK_H -# define FT_P_LBLOCK_H +#ifndef P_LBLOCK_H +# define P_LBLOCK_H # include <stdint.h> |