]> wimlib.net Git - wimlib/blobdiff - src/util.c
Document wimlib_update_image()
[wimlib] / src / util.c
index 7350111b5fea67722a0aadefd8c2f38d06d3c0d7..a5899bcd349db00366206ce934ab20cb82260527 100644 (file)
@@ -338,6 +338,8 @@ static const tchar *error_strings[] = {
                = T("Ran out of memory"),
        [WIMLIB_ERR_NOTDIR]
                = T("Expected a directory"),
+       [WIMLIB_ERR_NOTEMPTY]
+               = T("Directory was not empty"),
        [WIMLIB_ERR_NOT_A_WIM_FILE]
                = T("The file did not begin with the magic characters that "
                        "identify a WIM file"),