From 5d4355f19b3674bbb38e15e38a867b3d1eb04946 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 8 Nov 2010 09:10:33 +0100 Subject: xattr: use const char * for const strings --- src/xattr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3