Correct the name of the controlling macro (was __FTXF86_H__ ...)
diff --git a/ChangeLog b/ChangeLog
index a4787b1..8ca3e5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-29 Antoine Leca <Antoine-FreetypeLeca-Marti.org>
+
+ * include/freetype/ftgzip.h: Correct the name of the controlling
+ macro (was __FTXF86_H__ ...)
+
2002-11-23 David Turner <david@freetype.org>
* src/cff/cffload.c (cff_charser_load): modified charset loader to
diff --git a/include/freetype/ftgzip.h b/include/freetype/ftgzip.h
index 59de4dd..c254622 100644
--- a/include/freetype/ftgzip.h
+++ b/include/freetype/ftgzip.h
@@ -16,8 +16,8 @@
/***************************************************************************/
-#ifndef __FTXF86_H__
-#define __FTXF86_H__
+#ifndef __FTGZIP_H__
+#define __FTGZIP_H__
#include <ft2build.h>
#include FT_FREETYPE_H
@@ -83,4 +83,4 @@ FT_BEGIN_HEADER
FT_END_HEADER
-#endif /* __FTXF86_H__ */
+#endif /* __FTGZIP_H__ */