From 3e40b2249f2ad4894ad6f4acda987c212fd56355 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 13 Sep 2011 21:37:33 +0200 Subject: gcc.h: change "mpd_" prefix to "gcc_" This is specific to gcc, not to mpd. --- src/tag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tag.h') diff --git a/src/tag.h b/src/tag.h index 7c6751fc5..530f84c4b 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 -- cgit v1.2.3