diff options
author | Max Kellermann <max@duempel.org> | 2011-09-13 21:37:33 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-09-13 21:37:33 +0200 |
commit | 3e40b2249f2ad4894ad6f4acda987c212fd56355 (patch) | |
tree | e95d4fe864f17f1ec50c6531c2e14b336fc3b89e /src/tag.h | |
parent | 2fe1b5034d85b9d80ec555a8736d6bbef2eaf901 (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |