tftpd: options -c (allow _new_ files to be uploaded) and -u USER
[oweals/busybox.git] / archival / unzip.c
index 118c99bcd861b88b82bb9eec78eb82aad0a1e07a..c7d39daefc8f5bbfcddd91d3b83cc97819f2f80a 100644 (file)
@@ -66,7 +66,7 @@ typedef union {
 struct BUG_zip_header_must_be_26_bytes {
        char BUG_zip_header_must_be_26_bytes[
                offsetof(zip_header_t, formatted.extra_len) + 2 ==
-                       ZIP_HEADER_LEN ? 1 : -1];
+                       ZIP_HEADER_LEN ? 1 : -1];
 };
 
 #define FIX_ENDIANNESS(zip_header) do { \