From: Daniel Stenberg Date: Mon, 8 Nov 2010 08:10:33 +0000 (+0100) Subject: xattr: use const char * for const strings X-Git-Tag: curl-7_21_3~89 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d4355f19b3674bbb38e15e38a867b3d1eb04946;p=thirdparty%2Fcurl.git xattr: use const char * for const strings --- diff --git a/src/xattr.c b/src/xattr.c index 1047c8a632..eb244f8529 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