diff options
Diffstat (limited to 'src/xattr.c')
-rw-r--r-- | src/xattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xattr.c b/src/xattr.c index 3fc264a7e..3af3282a2 100644 --- a/src/xattr.c +++ b/src/xattr.c @@ -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 |