[tracker] tracker-extract: Compilation warning fix



commit c44967ee7a0c2706150c268286743e64df687b22
Author: Philip Van Hoof <philip codeminded be>
Date:   Thu Apr 22 14:08:12 2010 +0200

    tracker-extract: Compilation warning fix

 src/tracker-extract/tracker-extract-msoffice.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/tracker-extract/tracker-extract-msoffice.c b/src/tracker-extract/tracker-extract-msoffice.c
index e9dfa9a..d7e6aa1 100644
--- a/src/tracker-extract/tracker-extract-msoffice.c
+++ b/src/tracker-extract/tracker-extract-msoffice.c
@@ -2125,7 +2125,7 @@ parse_xml_contents (const gchar *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]