From a221fe4a5f67e0d5405d70457f16374b89210a48 Mon Sep 17 00:00:00 2001 From: Waccoon <105848526+Waccoon@users.noreply.github.com> Date: Thu, 7 Jul 2022 22:32:37 -0400 Subject: [PATCH] Update win32.cpp Syntax fix. Build worked before I removed a comment. Sorry. --- od-win32/win32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/od-win32/win32.cpp b/od-win32/win32.cpp index d532e7a1..c6baa4a7 100644 --- a/od-win32/win32.cpp +++ b/od-win32/win32.cpp @@ -397,7 +397,7 @@ void target_calibrate_spin(void) if (vp2 > vp + cntlines * 2) break; } -trynext: +trynext:; } if (sc == 0x800000000000) { write_log(_T("Spincount calculation error, spinloop not used.\n"), sc); -- 2.47.3