diff options
-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 1047c8a63..eb244f852 100644 --- a/src/xattr.c +++ b/src/xattr.c @@ -32,7 +32,7 @@ /* mapping table of curl metadata to extended attribute names */ static struct xattr_mapping { - char *attr; /* name of the xattr */ + const char *attr; /* name of the xattr */ CURLINFO info; } mappings[] = { /* mappings proposed by |