[gjs] object: Fix build with systemtap
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] object: Fix build with systemtap
- Date: Mon, 5 Mar 2012 17:03:33 +0000 (UTC)
commit 3c2af8c4c7f3081def07ff93fe87bd3af4d92a5c
Author: Vincent Untz <vuntz gnome org>
Date: Mon Mar 5 17:40:52 2012 +0100
object: Fix build with systemtap
https://bugzilla.gnome.org/show_bug.cgi?id=671390
gi/object.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gi/object.c b/gi/object.c
index 17c70b4..825c61f 100644
--- a/gi/object.c
+++ b/gi/object.c
@@ -1027,7 +1027,7 @@ object_instance_finalize(JSContext *context,
TRACE(GJS_OBJECT_PROXY_FINALIZE(priv, priv->gobj,
priv->info ? g_base_info_get_namespace ( (GIBaseInfo*) priv->info) : "",
- priv->info ? g_base_info_get_name ( (GIBaseInfo*) priv->info) ) : g_type_name(priv->gtype));
+ priv->info ? g_base_info_get_name ( (GIBaseInfo*) priv->info) : g_type_name(priv->gtype)));
if (priv->gobj) {
if (G_UNLIKELY (priv->gobj->ref_count <= 0)) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]