[cogl] enum-types: Fix the header guard #endif comment



commit f148b7e2ff1fb86cab7f4b7be869bfdba4f91100
Author: Damien Lespiau <damien lespiau intel com>
Date:   Tue Jan 1 13:59:04 2013 +0000

    enum-types: Fix the header guard #endif comment
    
    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 ***/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]