From a4b391d7968e0a8546c74773463ea5f1bd41b54f Mon Sep 17 00:00:00 2001 From: alphanu1 <37101891+alphanu1@users.noreply.github.com> Date: Wed, 30 Jan 2019 20:58:30 +0000 Subject: [PATCH] Update video_crt_switch.c --- gfx/video_crt_switch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/video_crt_switch.c b/gfx/video_crt_switch.c index 5c69b94d3a..8102fef0f3 100644 --- a/gfx/video_crt_switch.c +++ b/gfx/video_crt_switch.c @@ -170,7 +170,7 @@ static void crt_screen_setup_aspect(unsigned width, unsigned height) switch_res_crt(width, height); } -void crt_switch_res_core(unsigned width, unsigned height, float hz, unsigned crt_mode, int crt_switch_center_adjust, int monitor_indez) +void crt_switch_res_core(unsigned width, unsigned height, float hz, unsigned crt_mode, int crt_switch_center_adjust, int monitor_index) { /* ra_core_hz float passed from within * void video_driver_monitor_adjust_system_rates(void) */