mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
fix my comment
This commit is contained in:
parent
38f906b0c6
commit
e8fb6b9150
@ -540,7 +540,7 @@ static nsresult main1(int argc, char* argv[])
|
||||
}
|
||||
|
||||
// if we get here, and we don't have a current profile, return a failure so we will exit
|
||||
// this can happen, if the user hits cancel or close in the profile manager dialogs
|
||||
// this can happen, if the user hits Cancel or Exit in the profile manager dialogs
|
||||
char *currentProfileStr = nsnull;
|
||||
rv = profileMgr->GetCurrentProfile(¤tProfileStr);
|
||||
if (NS_FAILED(rv) || !currentProfileStr || (PL_strlen(currentProfileStr) == 0)) {
|
||||
|
Loading…
Reference in New Issue
Block a user