Avoid some compiler warnings.
authorMatthias Clasen <mclasen@redhat.com>
Fri, 10 Jul 2009 17:13:18 +0000 (13:13 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 10 Jul 2009 17:13:18 +0000 (13:13 -0400)
gobject/gtype.c

index f2442ea..c6dff7f 100644 (file)
@@ -582,7 +582,7 @@ type_lookup_prerequisite_L (TypeNode *iface,
   return FALSE;
 }
 
-static gchar*
+static const gchar*
 type_descriptive_name_I (GType type)
 {
   if (type)