[Cogl] [PATCH 50/53] enum-types: Fix the header guard #endif comment

Damien Lespiau damien.lespiau at gmail.com
Tue Jan 1 06:31:26 PST 2013


From: Damien Lespiau <damien.lespiau at intel.com>

Something left from the Clutter split.
---
 cogl/cogl-enum-types.h.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cogl/cogl-enum-types.h.in b/cogl/cogl-enum-types.h.in
index 23d705d..14bfccc 100644
--- a/cogl/cogl-enum-types.h.in
+++ b/cogl/cogl-enum-types.h.in
@@ -15,7 +15,7 @@ G_BEGIN_DECLS
 /*** BEGIN file-tail ***/
 G_END_DECLS
 
-#endif /* !__CLUTTER_ENUM_TYPES_H__ */
+#endif /* __COGL_ENUM_TYPES_H__ */
 /*** END file-tail ***/
 
 /*** BEGIN value-header ***/
-- 
1.7.7.5



More information about the Cogl mailing list