Commit 5088e370 authored by Yang Tse's avatar Yang Tse
Browse files

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

parent c2ba8ca8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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