mirror of https://github.com/stella-emu/stella.git
Fix missing comma in EventHandler class.
This commit is contained in:
parent
4e71ab3c79
commit
59708aab62
|
@ -3307,7 +3307,7 @@ EventHandler::MenuActionList EventHandler::ourMenuActionList = { {
|
||||||
{ Event::UIPrevDir, "Parent directory", "" },
|
{ Event::UIPrevDir, "Parent directory", "" },
|
||||||
{ Event::ToggleFullScreen, "Toggle fullscreen", "" },
|
{ Event::ToggleFullScreen, "Toggle fullscreen", "" },
|
||||||
{ Event::Quit, "Quit", "" },
|
{ Event::Quit, "Quit", "" },
|
||||||
{ Event::UIHelp, "Help" "" }
|
{ Event::UIHelp, "Help", "" }
|
||||||
|
|
||||||
} };
|
} };
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue