mirror of
https://github.com/curl/curl.git
synced 2026-07-24 12:27:16 +03:00
xattr: use const char * for const strings
This commit is contained in:
parent
710ecb6946
commit
5d4355f19b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue