[tracker/dbus-fd-experiment] Fix compilation in tracker.c



commit 1ca1ba5632f61958c62c0c3669b2f7e21056ef92
Author: Adrien Bustany <abustany gnome org>
Date:   Thu Jun 17 10:32:39 2010 -0400

    Fix compilation in tracker.c

 src/libtracker-client/tracker.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libtracker-client/tracker.c b/src/libtracker-client/tracker.c
index 104ca6b..14b0f9d 100644
--- a/src/libtracker-client/tracker.c
+++ b/src/libtracker-client/tracker.c
@@ -388,7 +388,7 @@ tracker_client_init (TrackerClient *client)
 
 	private->timeout = -1;
 	private->slow_pending_calls = g_hash_table_new_full (NULL,
-	                                                     NULL
+	                                                     NULL,
 	                                                     NULL,
 	                                                     (GDestroyNotify) slow_pending_call_free);
 



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