From 7d9dba9d342a6f0412ef2bdb096f0751b532414b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Rameau?= Date: Thu, 15 Dec 2005 10:50:22 +0000 Subject: Fix a compile warning. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2005-12-15 Jean-François Rameau * embed/mozilla/mozilla-embed-single: (impl_import): Fix a compile warning. --- embed/mozilla/mozilla-embed-single.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed') 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 certDB; certDB = do_GetService (NS_X509CERTDB_CONTRACTID); - if (!certDB) return NULL; + if (!certDB) return FALSE; nsCOMPtr localFile; localFile = do_CreateInstance (NS_LOCAL_FILE_CONTRACTID); -- cgit v1.2.3