X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Futil.c;h=3053fd9e6d2bccbd76e1b15459ee30c0fd33ddf3;hp=b69d9bff328cb8564b7137ba62cb2407c4332e75;hb=ccdd5a74123ebf14353a9569bf014fb2e7774d1e;hpb=d58c611b1eb1ea971576443fd45becca816168d2;ds=sidebyside diff --git a/src/util.c b/src/util.c index b69d9bff..3053fd9e 100644 --- a/src/util.c +++ b/src/util.c @@ -425,6 +425,8 @@ static const tchar *error_strings[] = { = T("The XML data of the WIM is invalid"), [WIMLIB_ERR_WIM_IS_ENCRYPTED] = T("The WIM file (or parts of it) is encrypted"), + [WIMLIB_ERR_WIMBOOT] + = T("Failed to set WIMBoot pointer data"), }; /* API function documented in wimlib.h */