]> wimlib.net Git - wimlib/blobdiff - src/lookup_table.h
extract_image.c: Simplify applying stream list
[wimlib] / src / lookup_table.h
index 921a47c3e627fdb968ee9d6a7e48a66d4afbb04c..91c42571d498f4787910d1553229f1ee23f33cba 100644 (file)
@@ -232,7 +232,7 @@ struct wim_lookup_table_entry {
                        struct list_head msg_list;
                        struct list_head being_compressed_list;
                };
-               struct list_head inode_list;
+               struct list_head lte_dentry_list;
 
                struct {
                        struct hlist_node hash_list_2;