From e05af60111bf4e3fa27b67bf8b25a650a1343175 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 24 Mar 2015 14:04:17 +0100 Subject: [PATCH] Style nit --- runloop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runloop.c b/runloop.c index 17271ec6cf..59edf66113 100644 --- a/runloop.c +++ b/runloop.c @@ -170,7 +170,7 @@ static INLINE void setup_rewind_audio(void) static void check_rewind(bool pressed) { static bool first = true; - global_t *global = global_get_ptr(); + global_t *global = global_get_ptr(); if (global->rewind.frame_is_reverse) {