diff options
Diffstat (limited to 'embed/mozilla/mozilla-x509-cert.cpp')
-rw-r--r-- | embed/mozilla/mozilla-x509-cert.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/mozilla-x509-cert.cpp b/embed/mozilla/mozilla-x509-cert.cpp index 60468ee9b..51c79a209 100644 --- a/embed/mozilla/mozilla-x509-cert.cpp +++ b/embed/mozilla/mozilla-x509-cert.cpp @@ -256,6 +256,6 @@ mozilla_x509_cert_new (nsIX509Cert *moz_cert) cert = (MozillaX509Cert*)g_object_new (MOZILLA_TYPE_X509_CERT, "mozilla-cert", moz_cert, - NULL); + (char *) NULL); return cert; } |