[glib] Avoid some compiler warnings.
- From: Matthias Clasen <matthiasc src gnome org>
- To: svn-commits-list gnome org
- Subject: [glib] Avoid some compiler warnings.
- Date: Fri, 10 Jul 2009 17:14:16 +0000 (UTC)
commit 7ba9674d719af6eaa4e7e661be34732215bdfe38
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Jul 10 13:13:18 2009 -0400
Avoid some compiler warnings.
gobject/gtype.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gobject/gtype.c b/gobject/gtype.c
index f2442ea..c6dff7f 100644
--- a/gobject/gtype.c
+++ b/gobject/gtype.c
@@ -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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]