[MPlayer-cvslog] r21248 - trunk/libaf/af.h

diego subversion at mplayerhq.hu
Sat Nov 25 20:41:52 CET 2006


Author: diego
Date: Sat Nov 25 20:41:52 2006
New Revision: 21248

Modified:
   trunk/libaf/af.h

Log:
Use the real name of the header file to guard against double inclusion.


Modified: trunk/libaf/af.h
==============================================================================
--- trunk/libaf/af.h	(original)
+++ trunk/libaf/af.h	Sat Nov 25 20:41:52 2006
@@ -1,5 +1,5 @@
-#ifndef __aop_h__
-#define __aop_h__
+#ifndef __af_h__
+#define __af_h__
 
 #include <stdio.h>
 
@@ -388,4 +388,4 @@
 #endif
 //! \}
 
-#endif /* __aop_h__ */
+#endif /* __af_h__ */



More information about the MPlayer-cvslog mailing list