Commit 5d4355f1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

xattr: use const char * for const strings

parent 710ecb69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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