X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Futil.c;h=985d11b875c90352233d73ecbd9f1bdcc918bdd0;hp=e5b0d9e7ad586728387a06dd18f7c1f5515707f6;hb=cfc2cfc859a047e24d002aa149f73d45d4979d24;hpb=774e09230145ee2d8ba58868573213da84a348eb diff --git a/src/util.c b/src/util.c index e5b0d9e7..985d11b8 100644 --- a/src/util.c +++ b/src/util.c @@ -141,6 +141,8 @@ static const char *error_strings[] = { = "Tried to select an image that does not exist in the WIM", [WIMLIB_ERR_INVALID_INTEGRITY_TABLE] = "The WIM's integrity table is invalid", + [WIMLIB_ERR_INVALID_LOOKUP_TABLE_ENTRY] + = "An entry in the WIM's lookup table is invalid", [WIMLIB_ERR_INVALID_PARAM] = "An invalid parameter was given", [WIMLIB_ERR_INVALID_RESOURCE_HASH]