oops, fix a typo in my previous checkin that caused help not to display - found by bryner, just returning the logic to where it was before...

This commit is contained in:
alecf%netscape.com 2002-08-27 04:17:32 +00:00
Родитель 3faec4321f
Коммит 8c96fc729b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -521,7 +521,7 @@ static void DumpArbitraryHelp()
nsCAutoString entryString;
rv = catEntry->GetData(entryString);
if (NS_FAILED(rv) || !entryString.IsEmpty()) break;
if (NS_FAILED(rv) || entryString.IsEmpty()) break;
nsXPIDLCString contractidString;
rv = catman->GetCategoryEntry(COMMAND_LINE_ARGUMENT_HANDLERS,