From 16289a86226c11fc13e7380595bf836fc89e00a3 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 17 Sep 2016 14:25:29 +0200 Subject: [PATCH] Cleanup --- runloop.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runloop.c b/runloop.c index 38969dd04c..ae9db94d32 100644 --- a/runloop.c +++ b/runloop.c @@ -886,7 +886,8 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data) } break; case RUNLOOP_CTL_FRAME_TIME_FREE: - memset(&runloop_frame_time, 0, sizeof(struct retro_frame_time_callback)); + memset(&runloop_frame_time, 0, + sizeof(struct retro_frame_time_callback)); runloop_frame_time_last = 0; runloop_max_frames = 0; break;