xattr: use const char * for const strings

This commit is contained in:
Daniel Stenberg 2010-11-08 09:10:33 +01:00
Родитель 710ecb6946
Коммит 5d4355f19b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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