diff options
-rw-r--r-- | src/song.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/song.h b/src/song.h index fddd5ccfd..cb8ba188f 100644 --- a/src/song.h +++ b/src/song.h @@ -35,7 +35,7 @@ typedef struct _Song { struct _Directory *parentDir; time_t mtime; char url[sizeof(size_t)]; -} mpd_packed Song; +} Song; Song * song_alloc(const char *url, struct _Directory *parent); |