mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +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 */
|
/* get out if we are just initializing */
|
||||||
if (mame_get_phase(machine) != MAME_PHASE_RUNNING)
|
if (mame_get_phase(machine) != MAME_PHASE_RUNNING)
|
||||||
return
|
return;
|
||||||
|
|
||||||
profiler_mark(PROFILER_INPUT);
|
profiler_mark(PROFILER_INPUT);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user