Fixing build bustage; added missing semicolon.

This commit is contained in:
heikki%netscape.com 2003-02-17 22:19:43 +00:00
Родитель ae7ff90cb1
Коммит 0b3921ec72
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -647,7 +647,7 @@ nsMultiStateCommand::DoCommandParams(const char *aCommandName,
nsresult rv = NS_OK;
if (editor)
{
nsAutoString tString
nsAutoString tString;
if (aParams) {
nsXPIDLCString s;