[nautilus-actions] Remove over-numerous brackets



commit 07ddac64b4439cc3f4d0871d767ac2bb1c630887
Author: Pierre Wieser <pwieser trychlos org>
Date:   Wed Mar 10 21:14:18 2010 +0100

    Remove over-numerous brackets

 src/core/na-object-id.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/core/na-object-id.c b/src/core/na-object-id.c
index 541e1b7..8e868a7 100644
--- a/src/core/na-object-id.c
+++ b/src/core/na-object-id.c
@@ -162,7 +162,7 @@ instance_dispose( GObject *object )
 
 		parent = na_object_get_parent( object );
 		g_debug( "%s: parent=%p (%s)",
-				thisfn, ( void * ) parent, parent ? G_OBJECT_TYPE_NAME( parent ) : "(n/a)" );
+				thisfn, ( void * ) parent, parent ? G_OBJECT_TYPE_NAME( parent ) : "n/a" );
 		if( parent ){
 			na_object_remove_item( parent, object );
 			na_object_set_parent( object, NULL );



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]