diff options
Diffstat (limited to 'src/song.c')
-rw-r--r-- | src/song.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/song.c b/src/song.c index 789e1cf1a..096b1afbd 100644 --- a/src/song.c +++ b/src/song.c @@ -40,7 +40,7 @@ Song *newNullSong(void) return song; } -Song *newSong(const char *url, int type, Directory * parentDir) +Song *newSong(const char *url, enum song_type type, Directory * parentDir) { Song *song; |