]> wimlib.net Git - wimlib/blobdiff - src/lookup_table.h
compiles (IN PROGRESS)
[wimlib] / src / lookup_table.h
index f257aa3fd4df55b24f6ec62fda6b44e18ea5b585..9e082c77761b7b9bbd727201b80fd48672006518 100644 (file)
@@ -82,7 +82,7 @@ struct lookup_table_entry {
                        /* Compression type used in other WIM. */
                        int   other_wim_ctype;
                };
-               struct wimlib_fd *fds;
+               struct wimlib_fd **fds;
                u16 num_allocated_fds;
                u16 num_opened_fds;
        };