[tracker/rss-enclosures] libtracker-bus: no return value expected in method
- From: Roberto Guido <rguido src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/rss-enclosures] libtracker-bus: no return value expected in method
- Date: Wed, 24 Nov 2010 01:13:47 +0000 (UTC)
commit 25c2b61dfaa9fb2b2b4259fc2c84132bcf31afc9
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]