Skip to content
Snippets Groups Projects
Commit 47d81534 authored by mkaply%us.ibm.com's avatar mkaply%us.ibm.com
Browse files

# 42637

r = mscott, a = brendan
OS/2 bring-up  - Used false instead of PR_FALSE
parent ac25f105
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ nsMsgServiceProviderService::Init()
NS_ENSURE_SUCCESS(rv,rv);
// test if there is a locale provider
PRBool isexists = false;
PRBool isexists = PR_FALSE;
rv = dataFilesDir->Exists(&isexists);
NS_ENSURE_SUCCESS(rv,rv);
if (isexists) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment