]> wimlib.net Git - wimlib/blobdiff - src/split.c
Compiler stuff
[wimlib] / src / split.c
index b1231b59450d3d5368bc9bcee96fd885bb0e3844..05a7beebd9585b2d4141b26b4e284c881103feea 100644 (file)
@@ -70,9 +70,9 @@ finish_swm(WIMStruct *w, struct list_head *lte_list,
 }
 
 static int
-copy_resource_to_swm(struct wim_lookup_table_entry *lte, void *__args)
+copy_resource_to_swm(struct wim_lookup_table_entry *lte, void *_args)
 {
-       struct split_args *args = (struct split_args*)__args;
+       struct split_args *args = (struct split_args*)_args;
        WIMStruct *w = args->w;
        int ret;