]> wimlib.net Git - wimlib/blobdiff - src/util.c
Image capture configuration
[wimlib] / src / util.c
index b2d26256a5c60d82f78747aa12db9ee3e456dfb0..fdb0c850dc7be34e99d5a432372180e54dfece39 100644 (file)
@@ -127,6 +127,8 @@ static const char *error_strings[] = {
                = "Tried to add an image with a name that is already in use",
        [WIMLIB_ERR_INTEGRITY] 
                = "The WIM failed an integrity check",
+       [WIMLIB_ERR_INVALID_CAPTURE_CONFIG]
+               = "The capture configuration string was invalid",
        [WIMLIB_ERR_INVALID_CHUNK_SIZE] 
                = "The WIM is compressed but does not have a chunk "
                        "size of 32768",