summaryrefslogtreecommitdiff
path: root/pango/pango-attributes.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-attributes.c')
-rw-r--r--pango/pango-attributes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c
index cc72fc30..9b958672 100644
--- a/pango/pango-attributes.c
+++ b/pango/pango-attributes.c
@@ -1484,7 +1484,7 @@ pango_color_get_type (void)
if (our_type == 0)
{
- g_type_init ();
+ g_type_init (0);
our_type = g_boxed_type_register_static ("PangoColor",
pango_color_copy,