summaryrefslogtreecommitdiffstats
path: root/libaf
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-25 19:41:52 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-25 19:41:52 +0000
commit8069102bca4b2f75c62f667931efea6e303598ed (patch)
tree0fdb1bbf23f83c91cff428a6cf11fb6c7f6a38d0 /libaf
parent975a1422fad2818aa697bbe30ca76c3b2d5da31b (diff)
downloadmpv-8069102bca4b2f75c62f667931efea6e303598ed.tar.bz2
mpv-8069102bca4b2f75c62f667931efea6e303598ed.tar.xz
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
Diffstat (limited to 'libaf')
-rw-r--r--libaf/af.h6
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__ */