summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/nss/secerror.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/xmlsec/nss/secerror.cxx')
-rw-r--r--xmlsecurity/source/xmlsec/nss/secerror.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/secerror.cxx b/xmlsecurity/source/xmlsec/nss/secerror.cxx
index cea78a8dd0e1..eab5b5ebb9fd 100644
--- a/xmlsecurity/source/xmlsec/nss/secerror.cxx
+++ b/xmlsecurity/source/xmlsec/nss/secerror.cxx
@@ -51,7 +51,7 @@ const ErrDesc allDesc[] = {
const char *
getCertError(PRErrorCode errNum)
{
- static char sEmpty[] = "";
+ static const char sEmpty[] = "";
const int numDesc = SAL_N_ELEMENTS(allDesc);
for (int i = 0; i < numDesc; i++)
{