From 8069102bca4b2f75c62f667931efea6e303598ed Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 25 Nov 2006 19:41:52 +0000 Subject: Use the real name of the header file when guarding against double inclusion. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21248 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libaf/af.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libaf/af.h') 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 @@ -388,4 +388,4 @@ extern af_msg_cfg_t af_msg_cfg; // Message #endif //! \} -#endif /* __aop_h__ */ +#endif /* __af_h__ */ -- cgit v1.2.3