[tracker/avoid-album-art-duplicates] tracker-extract: More whitespace issues
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/avoid-album-art-duplicates] tracker-extract: More whitespace issues
- Date: Thu, 18 Aug 2011 12:32:13 +0000 (UTC)
commit 2439ac06d295e90ab6663bcbd10deadad2dc7cd4
Author: Philip Van Hoof <philip codeminded be>
Date: Thu Aug 18 14:28:52 2011 +0200
tracker-extract: More whitespace issues
src/tracker-extract/tracker-albumart.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/tracker-extract/tracker-albumart.c b/src/tracker-extract/tracker-albumart.c
index 0a182f2..5d779d8 100644
--- a/src/tracker-extract/tracker-albumart.c
+++ b/src/tracker-extract/tracker-albumart.c
@@ -116,7 +116,7 @@ convert_from_other_format (const gchar *found,
if (g_strcmp0 (sum1, sum2) == 0) {
/* If album-space-md5.jpg is the same as found,
- * make a symlink */
+ * make a symlink */
if (symlink (album_path, target) != 0) {
perror ("symlink() error");
@@ -128,7 +128,7 @@ convert_from_other_format (const gchar *found,
g_unlink (target_temp);
} else {
/* If album-space-md5.jpg isn't the same as found,
- * make a new album-md5-md5.jpg (found -> target) */
+ * make a new album-md5-md5.jpg (found -> target) */
g_rename (target_temp, album_path);
}
@@ -136,7 +136,7 @@ convert_from_other_format (const gchar *found,
g_free (contents);
} else {
/* If there's not yet a album-space-md5.jpg, make one,
- * and symlink album-md5-md5.jpg to it */
+ * and symlink album-md5-md5.jpg to it */
g_rename (target_temp, album_path);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]