Skip to content
Snippets Groups Projects
Commit 5088e370 authored by Yang Tse's avatar Yang Tse
Browse files

xattr: fix compiler warning: enumerated type mixed with another type

parent c2ba8ca8
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ static const struct xattr_mapping {
*/
{ "user.xdg.origin.url", CURLINFO_EFFECTIVE_URL },
{ "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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment