From 997fa9888726998b751ffc08fbe6ba9c0354a17e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 11 Jan 2017 00:00:24 +0100 Subject: [PATCH] Style nit --- input/input_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/input_driver.c b/input/input_driver.c index 43b0d37d2a..6180c40d59 100644 --- a/input/input_driver.c +++ b/input/input_driver.c @@ -839,7 +839,7 @@ uint64_t input_keys_pressed( bool enable_hotkey_valid = binds_norm && binds_norm->valid; bool game_focus_toggle_valid = false; - joypad_info.axis_threshold = settings->input.axis_threshold; + joypad_info.axis_threshold = settings->input.axis_threshold; input_keys_pressed_checks(settings, joypad_info, &binds, enable_hotkey_valid);