commit 5d44cea9bf29ab878e6e1f211d061e82cb36e9fd
Author: Christophe Fergeau <[email protected]>
Date:   Sat Oct 17 15:27:04 2009 +0200

    cosmetic cleanups

 src/itdb_itunesdb.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/itdb_itunesdb.c b/src/itdb_itunesdb.c
index 6ddd79c..eb2b04a 100644
--- a/src/itdb_itunesdb.c
+++ b/src/itdb_itunesdb.c
@@ -2346,7 +2346,6 @@ static glong get_mhit (FImport *fimp, glong mhit_seek)
       track->gapless_track_flag = get16lint (cts, seek+256);
       track->gapless_album_flag = get16lint (cts, seek+258);
   }
-  /* 200805 */
   if (header_len >= 0x184)
   {
       track->mhii_link = get32lint (cts, seek+352);
@@ -4535,7 +4534,7 @@ static void mk_mhla (FExport *fexp)
 
   put_header (cts, "mhla");        /* header                   */
   put32lint (cts, 92);             /* size of header           */
-  /* albums on iPod (including main!) */
+  /* albums on iPod */
   put32lint (cts, g_hash_table_size (fexp->albums));
   put32_n0 (cts, 20);               /* dummy space              */
   g_hash_table_foreach (fexp->albums, mk_mhia, fexp);
@@ -5387,7 +5386,7 @@ static gboolean itdb_write_file_internal (Itdb_iTunesDB 
*itdb,
     FExport *fexp;
     gulong mhbd_seek = 0;
     WContents *cts;
-    gboolean result = TRUE;;
+    gboolean result = TRUE;
 
     g_return_val_if_fail (itdb, FALSE);
     g_return_val_if_fail (itdb->device, FALSE);

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to