aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/mozilla-embed-single.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/mozilla-embed-single.cpp b/embed/mozilla/mozilla-embed-single.cpp
index 94359c8a3..447f3b4ff 100644
--- a/embed/mozilla/mozilla-embed-single.cpp
+++ b/embed/mozilla/mozilla-embed-single.cpp
@@ -1134,7 +1134,7 @@ impl_import (EphyCertificateManager *manager,
nsresult rv;
nsCOMPtr<nsIX509CertDB> certDB;
certDB = do_GetService (NS_X509CERTDB_CONTRACTID);
- if (!certDB) return NULL;
+ if (!certDB) return FALSE;
nsCOMPtr<nsILocalFile> localFile;
localFile = do_CreateInstance (NS_LOCAL_FILE_CONTRACTID);