aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-11-08 09:10:33 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-11-08 09:10:33 +0100
commit5d4355f19b3674bbb38e15e38a867b3d1eb04946 (patch)
tree70fe0059faf108b545be2fe6213d0cb885a062e7
parent710ecb6946b4ab0c2b885319ad6d8bb22ccd1bf4 (diff)
xattr: use const char * for const strings
-rw-r--r--src/xattr.c2
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