[tracker/direct-access: 120/121] libtracker-bus: no return value	expected in method
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [tracker/direct-access: 120/121] libtracker-bus: no return value	expected in method
- Date: Thu, 22 Jul 2010 14:53:56 +0000 (UTC)
commit 8cf75548faf11a4ad87a56641640f0de386146bc
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Thu Jul 22 13:47:45 2010 +0200
    libtracker-bus: no return value expected in method
 src/libtracker-bus/tracker-bus-fd-update.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libtracker-bus/tracker-bus-fd-update.c b/src/libtracker-bus/tracker-bus-fd-update.c
index 49f6c28..1638686 100644
--- a/src/libtracker-bus/tracker-bus-fd-update.c
+++ b/src/libtracker-bus/tracker-bus-fd-update.c
@@ -436,7 +436,7 @@ tracker_bus_fd_sparql_update_finish (GAsyncResult     *res,
                                      GError          **error)
 {
 #ifdef HAVE_DBUS_FD_PASSING
-	g_return_val_if_fail (res != NULL, NULL);
+	g_return_if_fail (res != NULL);
 
 	g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (res), error);
 #else /* HAVE_DBUS_FD_PASSING */
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]