use PR_FALSE instead of false... since the return is a PR_Bool.

git-svn-id: svn://10.0.0.236/trunk@25661 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jdunn%netscape.com
1999-03-31 04:25:41 +00:00
parent 07f37316e1
commit c22511ddba
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ nsPluginsDir::~nsPluginsDir()
PRBool nsPluginsDir::IsPluginFile(const nsFileSpec& fileSpec)
{
return false;
return PR_FALSE;
}
///////////////////////////////////////////////////////////////////////////

View File

@@ -43,7 +43,7 @@ nsPluginsDir::~nsPluginsDir()
PRBool nsPluginsDir::IsPluginFile(const nsFileSpec& fileSpec)
{
return false;
return PR_FALSE;
}
///////////////////////////////////////////////////////////////////////////