xattr: fix compiler warning: enumerated type mixed with another type
This commit is contained in:
parent
c2ba8ca81f
commit
5088e3709d
@ -40,7 +40,7 @@ static const struct xattr_mapping {
|
|||||||
*/
|
*/
|
||||||
{ "user.xdg.origin.url", CURLINFO_EFFECTIVE_URL },
|
{ "user.xdg.origin.url", CURLINFO_EFFECTIVE_URL },
|
||||||
{ "user.mime_type", CURLINFO_CONTENT_TYPE },
|
{ "user.mime_type", CURLINFO_CONTENT_TYPE },
|
||||||
{ NULL, 0 } /* last element, abort loop here */
|
{ NULL, CURLINFO_NONE } /* last element, abort loop here */
|
||||||
};
|
};
|
||||||
|
|
||||||
/* store metadata from the curl request alongside the downloaded
|
/* store metadata from the curl request alongside the downloaded
|
||||||
|
Loading…
Reference in New Issue
Block a user