]> wimlib.net Git - wimlib/blobdiff - src/util.c
Various changes
[wimlib] / src / util.c
index e566b52b2e21f52f28aafd6ccdde28501e3d872b..9db817ac5549d666a646280a154893a0fd7eec86 100644 (file)
@@ -165,6 +165,8 @@ static const char *error_strings[] = {
                = "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_OVERLAY]
+               = "Conflicting files in overlay when creating a WIM image",
        [WIMLIB_ERR_INVALID_PARAM]
                = "An invalid parameter was given",
        [WIMLIB_ERR_INVALID_PART_NUMBER]