| Index: third_party/libxml/include/libxml/xmlstring.h
|
| diff --git a/third_party/libxml/include/libxml/xmlstring.h b/third_party/libxml/include/libxml/xmlstring.h
|
| index 1dfc5ea0912df3e8470687602eaae45efe0c72e2..0bc6888865641390226474ad27b65fe23a995d68 100644
|
| --- a/third_party/libxml/include/libxml/xmlstring.h
|
| +++ b/third_party/libxml/include/libxml/xmlstring.h
|
| @@ -59,7 +59,7 @@ XMLPUBFUN const xmlChar * XMLCALL
|
| const xmlChar *val);
|
| XMLPUBFUN const xmlChar * XMLCALL
|
| xmlStrcasestr (const xmlChar *str,
|
| - xmlChar *val);
|
| + const xmlChar *val);
|
| XMLPUBFUN int XMLCALL
|
| xmlStrcmp (const xmlChar *str1,
|
| const xmlChar *str2);
|
|
|