Fix misplaced semicolon from bug 281414 - r=biesi sr=lumpy
git-svn-id: svn://10.0.0.236/trunk@170527 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -269,8 +269,8 @@ nsSystemPref::ReadSystemPref(const char *aPrefName)
|
||||
return NS_ERROR_FAILURE;
|
||||
nsresult rv;
|
||||
|
||||
nsCOMPtr<nsIPrefBranch> prefBranch;
|
||||
do_GetService(NS_PREFSERVICE_CONTRACTID, &rv);
|
||||
nsCOMPtr<nsIPrefBranch> prefBranch
|
||||
(do_GetService(NS_PREFSERVICE_CONTRACTID, &rv));
|
||||
if (NS_FAILED(rv))
|
||||
return rv;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user