[rhythmbox] Fix compilation
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [rhythmbox] Fix compilation
- Date: Fri, 11 Dec 2009 12:36:09 +0000 (UTC)
commit dab4f41554fe6af12379a3183445bd871df0f717
Author: Bastien Nocera <hadess hadess net>
Date: Fri Dec 11 12:35:52 2009 +0000
Fix compilation
plugins/audiocd/sj-metadata-musicbrainz3.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/audiocd/sj-metadata-musicbrainz3.c b/plugins/audiocd/sj-metadata-musicbrainz3.c
index 5374399..f076481 100644
--- a/plugins/audiocd/sj-metadata-musicbrainz3.c
+++ b/plugins/audiocd/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]