X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib.h;h=132233ff4b3f8d6ebc18c60245bc4bee14f48133;hp=39538182e5e9e0c4077540b8e08159577c25ced1;hb=61ac5994e9fe3666d1c057dafca8c79406c59077;hpb=465a630d28e93b09e55ca07b1a6cae8def3b42f5 diff --git a/include/wimlib.h b/include/wimlib.h index 39538182..132233ff 100644 --- a/include/wimlib.h +++ b/include/wimlib.h @@ -2743,8 +2743,9 @@ wimlib_reference_resource_files(WIMStruct *wim, * * @retval ::WIMLIB_ERR_INVALID_PARAM * @p wim was @c NULL, or @p num_resource_wims was nonzero but @p - * resource_wims was @c NULL, or @p wim did not contain metadata resources, - * or an entry in @p resource_wims was @p NULL. + * resource_wims was @c NULL, or an entry in @p resource_wims was @p NULL. + * @retval ::WIMLIB_ERR_NOMEM + * Failed to allocate memory. */ extern int wimlib_reference_resources(WIMStruct *wim, WIMStruct **resource_wims,