aboutsummaryrefslogtreecommitdiffstats
path: root/src/song.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/song.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/song.h b/src/song.h
index 58506280b..46cf8f5cb 100644
--- a/src/song.h
+++ b/src/song.h
@@ -38,7 +38,7 @@ typedef struct _Song {
struct _Directory *parentDir;
time_t mtime;
char url[sizeof(size_t)];
-} mpd_packed Song;
+} Song;
Song *newSong(const char *url, struct _Directory *parentDir);