Commit 70eb9335 authored by Max Kellermann's avatar Max Kellermann

tag/TagPool: use gcc_packed instead of mpd_packed

By accident, this declared a global variable instead of adding the "packed" attribute.
parent da80f91e
......@@ -35,7 +35,7 @@ struct slot {
struct slot *next;
unsigned char ref;
TagItem item;
} mpd_packed;
} gcc_packed;
static struct slot *slots[NUM_SLOTS];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment