aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/song.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/song.h b/src/song.h
index fddd5ccf..cb8ba188 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);