aboutsummaryrefslogtreecommitdiff
path: root/src/tag.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-09-13 21:37:33 +0200
committerMax Kellermann <max@duempel.org>2011-09-13 21:37:33 +0200
commit3e40b2249f2ad4894ad6f4acda987c212fd56355 (patch)
treee95d4fe864f17f1ec50c6531c2e14b336fc3b89e /src/tag.h
parent2fe1b5034d85b9d80ec555a8736d6bbef2eaf901 (diff)
gcc.h: change "mpd_" prefix to "gcc_"
This is specific to gcc, not to mpd.
Diffstat (limited to 'src/tag.h')
-rw-r--r--src/tag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag.h b/src/tag.h
index 7c6751fc..530f84c4 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -73,7 +73,7 @@ struct tag_item {
* the value of this tag; this is a variable length string
*/
char value[sizeof(long)];
-} mpd_packed;
+} gcc_packed;
/**
* The meta information about a song file. It is a MPD specific