X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=examples%2Fdecompressfile.c;fp=examples%2Fdecompressfile.c;h=0d8bee6b4a85696a405cdbec645b1f1c6ef5a806;hp=8e461d43f86d33110c1171a8325b3d1ca96012c8;hb=4dd45340f9fe3a533e0f1a9d6b79f8118e45ca2a;hpb=f957cacefa8b7b14544d27ba8519dae94e96c9f7 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));