typo fix in a comment in a testcase. oh well...
[oweals/busybox.git] / archival / gzip.c
index 3358469081e2c08c08be85f9d9d46126f17c752f..1e56c9dec453dd51c7af76a646e7b5d240d448ff 100644 (file)
@@ -2078,7 +2078,7 @@ int gzip_main(int argc UNUSED_PARAM, char **argv)
        //if (opt & 0x4) // -v
        argv += optind;
 
-       SET_PTR_TO_GLOBALS(xzalloc(sizeof(struct globals) + sizeof(struct globals2))
+       SET_PTR_TO_GLOBALS((char *)xzalloc(sizeof(struct globals)+sizeof(struct globals2))
                        + sizeof(struct globals));
        barrier();