aboutsummaryrefslogtreecommitdiff
path: root/sound/voc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/voc.h')
-rw-r--r--sound/voc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/voc.h b/sound/voc.h
index c44f9f4f1a..19879389fc 100644
--- a/sound/voc.h
+++ b/sound/voc.h
@@ -43,14 +43,14 @@ struct VocFileHeader {
uint16 datablock_offset;
uint16 version;
uint16 id;
-} GCC_PACK;
+};
struct VocBlockHeader {
uint8 blocktype;
uint8 size[3];
uint8 sr;
uint8 pack;
-} GCC_PACK;
+};
#if defined(END_PACK_STRUCTS)
#pragma END_PACK_STRUCTS