changeset 21232:1e188b06ce98

Use the real name of the header file when guarding against double inclusion.
author diego
date Sat, 25 Nov 2006 19:41:52 +0000
parents 1a963c0b58c5
children 0b17f818d393
files libaf/af.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libaf/af.h	Sat Nov 25 19:19:36 2006 +0000
+++ b/libaf/af.h	Sat Nov 25 19:41:52 2006 +0000
@@ -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__ */