[misc] Update headers #endif comments
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 25 Jun 2009 13:59:11 +0000 (15:59 +0200)
committerDamien Lespiau <damien.lespiau@intel.com>
Mon, 29 Jun 2009 19:37:02 +0000 (21:37 +0200)
While grepping through the public headers looking for invalid use of
private HAVE_* defines, I stumbled upon two out of sync comments. Yes
it's a very minor trivial change.

clutter/clutter-actor.h
clutter/clutter-color.h

index 44bca03..365006b 100644 (file)
@@ -516,4 +516,4 @@ PangoLayout * clutter_actor_create_pango_layout       (ClutterActor        *self
 
 G_END_DECLS
 
-#endif /* _HAVE_CLUTTER_ACTOR_H */
+#endif /* __CLUTTER_ACTOR_H__ */
index 1c1a387..eaf1aba 100644 (file)
@@ -149,4 +149,4 @@ GParamSpec *clutter_param_spec_color     (const gchar        *name,
 
 G_END_DECLS
 
-#endif /* _HAVE_CLUTTER_COLOR_H */
+#endif /* __CLUTTER_COLOR_H__ */