]> wimlib.net Git - wimlib/blobdiff - src/extract.c
w -> wim
[wimlib] / src / extract.c
index d6cc9c45d75ee854382a6c9c4d4fcffc7a02bcd0..0f5a38d023fec344a8aff1ed4d9161409e6019bf 100644 (file)
@@ -700,7 +700,7 @@ extract_tree(WIMStruct *wim, const tchar *wim_source_path, const tchar *target,
        memset(&args, 0, sizeof(args));
 
 
-       args.w                      = wim;
+       args.wim                    = wim;
        args.target                 = target;
        args.target_nchars          = tstrlen(target);
        args.extract_flags          = extract_flags;