diff options
Diffstat (limited to 'src/gen/hex.h')
| -rw-r--r-- | src/gen/hex.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gen/hex.h b/src/gen/hex.h index 23621de..b366af7 100644 --- a/src/gen/hex.h +++ b/src/gen/hex.h @@ -5,8 +5,8 @@ /** * @file hex.h */ -#ifndef ECGEN_HEX_H -#define ECGEN_HEX_H +#ifndef ECGEN_GEN_HEX_H +#define ECGEN_GEN_HEX_H #include "misc/types.h" @@ -19,4 +19,4 @@ */ CHECK(hex_check_param); -#endif // ECGEN_HEX_H +#endif // ECGEN_GEN_HEX_H |
