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