Fixing build bustage; added missing semicolon.
This commit is contained in:
Родитель
ae7ff90cb1
Коммит
0b3921ec72
|
@ -647,7 +647,7 @@ nsMultiStateCommand::DoCommandParams(const char *aCommandName,
|
|||
nsresult rv = NS_OK;
|
||||
if (editor)
|
||||
{
|
||||
nsAutoString tString
|
||||
nsAutoString tString;
|
||||
|
||||
if (aParams) {
|
||||
nsXPIDLCString s;
|
||||
|
|
Загрузка…
Ссылка в новой задаче