X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=examples%2Fdecompressfile.c;h=0d8bee6b4a85696a405cdbec645b1f1c6ef5a806;hp=8e461d43f86d33110c1171a8325b3d1ca96012c8;hb=37d9c3935130128901f6eee8d7531d8ae4b1bca6;hpb=629719b7d5cad7fc6f2eca7ca11cb99100ed8764 diff --git a/examples/decompressfile.c b/examples/decompressfile.c index 8e461d43..0d8bee6b 100644 --- a/examples/decompressfile.c +++ b/examples/decompressfile.c @@ -136,7 +136,7 @@ int main(int argc, char **argv) /* Create a decompressor for the compression type and chunk size with * the default parameters. */ - ret = wimlib_create_decompressor(ctype, chunk_size, NULL, &decompressor); + ret = wimlib_create_decompressor(ctype, chunk_size, &decompressor); if (ret != 0) error(1, 0, "Failed to create decompressor: %s", wimlib_get_error_string(ret));