[sound-juicer] Fix compilation
- From: Bastien Nocera <hadess src gnome org>
 
- To: svn-commits-list gnome org
 
- Cc: 
 
- Subject: [sound-juicer] Fix compilation
 
- Date: Fri, 11 Dec 2009 12:36:34 +0000 (UTC)
 
commit 240f1ebbe55d6898c0ed4ba655485ae8a898afd2
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Dec 11 12:36:17 2009 +0000
    Fix compilation
 libjuicer/sj-metadata-musicbrainz3.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libjuicer/sj-metadata-musicbrainz3.c b/libjuicer/sj-metadata-musicbrainz3.c
index 5374399..f076481 100644
--- a/libjuicer/sj-metadata-musicbrainz3.c
+++ b/libjuicer/sj-metadata-musicbrainz3.c
@@ -244,7 +244,7 @@ mb_list_albums (SjMetadata *metadata, char **url, GError **error)
   }
 
   priv->disc = mb_read_disc (priv->cdrom);
-  if (priv->disc == NULL) {
+  if (priv->disc == NULL)
     return NULL;
 
   if (url != NULL) {
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]