diff options
Diffstat (limited to 'str-util.cpp')
-rw-r--r-- | str-util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/str-util.cpp b/str-util.cpp index 33c7a6a..7c76917 100644 --- a/str-util.cpp +++ b/str-util.cpp @@ -40,7 +40,7 @@ struct STR_Header { Uint32 StMOVIE_HEADM; Uint32 StMOVIE_HEADV; Uint16 Channels; -} __attribute__((packed)); +} PACKED; Byte * video = 0, * audio = 0; |