[tracker] tracker-extract: Fixed compilation warning
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] tracker-extract: Fixed compilation warning
- Date: Tue, 27 Apr 2010 15:09:33 +0000 (UTC)
commit a088a6f6a825c28a8d4ecef82292020d85b8d71c
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]