diff options
Diffstat (limited to 'archival/unzip.c')
-rw-r--r-- | archival/unzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/unzip.c b/archival/unzip.c index 118c99bcd..c7d39daef 100644 --- a/archival/unzip.c +++ b/archival/unzip.c | |||
@@ -66,7 +66,7 @@ typedef union { | |||
66 | struct BUG_zip_header_must_be_26_bytes { | 66 | struct BUG_zip_header_must_be_26_bytes { |
67 | char BUG_zip_header_must_be_26_bytes[ | 67 | char BUG_zip_header_must_be_26_bytes[ |
68 | offsetof(zip_header_t, formatted.extra_len) + 2 == | 68 | offsetof(zip_header_t, formatted.extra_len) + 2 == |
69 | ZIP_HEADER_LEN ? 1 : -1]; | 69 | ZIP_HEADER_LEN ? 1 : -1]; |
70 | }; | 70 | }; |
71 | 71 | ||
72 | #define FIX_ENDIANNESS(zip_header) do { \ | 72 | #define FIX_ENDIANNESS(zip_header) do { \ |