diff options
Diffstat (limited to 'libaf')
-rw-r--r-- | libaf/af.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libaf/af.h b/libaf/af.h index a8c4ab2762..4c867328cc 100644 --- a/libaf/af.h +++ b/libaf/af.h @@ -1,5 +1,5 @@ -#ifndef __aop_h__ -#define __aop_h__ +#ifndef __af_h__ +#define __af_h__ #include <stdio.h> @@ -388,4 +388,4 @@ extern af_msg_cfg_t af_msg_cfg; // Message #endif //! \} -#endif /* __aop_h__ */ +#endif /* __af_h__ */ |