From ec5fbcd07df0e274ca92d8964fc044d39ac3c0cf Mon Sep 17 00:00:00 2001 From: Scr3amer Date: Sat, 1 Apr 2023 17:25:23 -0400 Subject: [PATCH] Buildfix - Github.dev tricked me with autocomplete... --- src/win32_monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32_monitor.c b/src/win32_monitor.c index 48af698f..1e92782e 100644 --- a/src/win32_monitor.c +++ b/src/win32_monitor.c @@ -349,7 +349,7 @@ static char * GetAccurateMonitorName(const WCHAR *deviceName) retval = NULL; pathCount = 0; modeCount = 0; - int i = 0; + i = 0; rc = 0; do {