зеркало из https://github.com/mozilla/pjs.git
Take out extra semicolon that is sure to break some compiler out there.
This commit is contained in:
Родитель
e3b399f6fd
Коммит
965fd7323b
|
@ -809,7 +809,7 @@ nsBaseWidget::GuiEventToString(nsGUIEvent & aEvent)
|
|||
nsString eventName = "UNKNOWN";
|
||||
|
||||
#define _ASSIGN_eventName(_value,_name)\
|
||||
case _value: eventName = _name ; break;
|
||||
case _value: eventName = _name ; break
|
||||
|
||||
switch(aEvent.message)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче