mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +03:00
Missing semicolon -- how did it even compile?
This commit is contained in:
parent
c64886cc69
commit
cb3fffef61
@ -2867,7 +2867,7 @@ static void input_port_frame(running_machine *machine)
|
||||
|
||||
/* get out if we are just initializing */
|
||||
if (mame_get_phase(machine) != MAME_PHASE_RUNNING)
|
||||
return
|
||||
return;
|
||||
|
||||
profiler_mark(PROFILER_INPUT);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user