diff options
Diffstat (limited to 'source/common.c')
-rw-r--r-- | source/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/common.c b/source/common.c index 14a189a..f2a95bf 100644 --- a/source/common.c +++ b/source/common.c @@ -491,7 +491,7 @@ typedef struct { zhead_t z; char data[2]; uint16_t tail; -} zstatic_t; +} q_packed zstatic_t; #define Z_STATIC( x ) { { Z_MAGIC, TAG_STATIC, sizeof( zstatic_t ) }, x, Z_TAIL } |