]> wimlib.net Git - wimlib/blobdiff - include/wimlib/lz_mf.h
resource.c: Make extract_chunk_to_fd() static
[wimlib] / include / wimlib / lz_mf.h
index c94fce7a5e7c7b1bd23a2e2f66bc96f6758b9db2..221418d6806270ca6c58063ed4238c0bd631ea4b 100644 (file)
@@ -83,6 +83,7 @@ struct lz_mf;
 
 /* Representation of a Lempel-Ziv match.  */
 struct lz_match {
+
        /* The number of bytes matched.  */
        u32 len;