]> wimlib.net Git - wimlib/blobdiff - src/verify.c
resource reading cleanups
[wimlib] / src / verify.c
index 11efe559ed8d2a488151c57b0fdbb4afd7727443..1ca5be46d57a9c3c41696e4291e2765f5346f9b1 100644 (file)
@@ -116,9 +116,9 @@ wimlib_verify_wim(WIMStruct *wim, int verify_flags)
        union wimlib_progress_info progress;
        struct verify_blob_list_ctx ctx;
        struct blob_descriptor *blob;
-       struct read_blob_list_callbacks cbs = {
-               .end_blob = end_verify_blob,
-               .end_blob_ctx = &ctx,
+       struct read_blob_callbacks cbs = {
+               .end_blob       = end_verify_blob,
+               .ctx            = &ctx,
        };
 
        /* Check parameters  */