[tracker/tracker-0.8] tracker-extract: Fixed compilation warning



commit dc7c6aae5b91fbf0f132d097d6b5d9708d620fb9
Author: Philip Van Hoof <philip codeminded be>
Date:   Tue Apr 27 17:08:22 2010 +0200

    tracker-extract: Fixed compilation warning

 src/tracker-extract/tracker-gsf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/tracker-extract/tracker-gsf.c b/src/tracker-extract/tracker-gsf.c
index 9bf1608..7c607d6 100644
--- a/src/tracker-extract/tracker-gsf.c
+++ b/src/tracker-extract/tracker-gsf.c
@@ -83,7 +83,7 @@ tracker_gsf_parse_xml_in_zip (const gchar         *zip_file_uri,
 {
 	gchar *filename;
 	GError *error = NULL;
-	GsfInfile *infile = NULL;;
+	GsfInfile *infile = NULL;
 	GsfInput *src = NULL;
 	GsfInput *member = NULL;
 



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