X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fresource.c;h=8c88129626795b3a3a2c0e76f17c6a66b56cfd1a;hb=ca8727cf22a445adc20eb1f8b7a12b8eededc32d;hp=ea62b592f84ca73a1d38d28ec03a7bbe5d2aba1e;hpb=670a0ed6a1f36bebf71f0b221f3d78e497d305c2;p=wimlib diff --git a/src/resource.c b/src/resource.c index ea62b592..8c881296 100644 --- a/src/resource.c +++ b/src/resource.c @@ -812,8 +812,8 @@ extract_wim_resource(const struct wim_lookup_table_entry *lte, print_lookup_table_entry(lte, stderr); if (lte->resource_location == RESOURCE_IN_WIM) ERROR("The WIM file appears to be corrupt!"); - ret = WIMLIB_ERR_INVALID_RESOURCE_HASH; #endif + ret = WIMLIB_ERR_INVALID_RESOURCE_HASH; } } } else {