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 f2442ea8798915c57b8440cd6a41217a1261679c..c6dff7f87f65b8324ad02c83793d2d4e063970b3 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)