aboutsummaryrefslogtreecommitdiffstats
path: root/src/song.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/song.c')
-rw-r--r--src/song.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/song.c b/src/song.c
index bf4be4901..5653e045d 100644
--- a/src/song.c
+++ b/src/song.c
@@ -121,9 +121,7 @@ song_file_update(struct song *song)
char *
song_get_url(struct song *song, char *path_max_tmp)
{
- if (!song)
- return NULL;
-
+ assert(song != NULL);
assert(*song->url);
if (!song->parent || !song->parent->path)